Search found 11 matches

by Freeman
July 8th, 2013, 2:23 pm
Forum: Everything
Topic: I'm not dead yet!
Replies: 49
Views: 18203

Re: I'm not dead yet!

chillis back, fuck yeah! welcome back dude
by Freeman
June 12th, 2013, 7:27 am
Forum: Everything
Topic: Jumping code?
Replies: 9
Views: 3858

Re: Jumping code?

Well, its not trivial but its doable. Obivously there are several different ways of doing it too but none of them are going to allow you to get around a bit of physics. The first method that comes to mind would be this: your character possesses a certain velocity in x direction ( perhaps you've code...
by Freeman
April 23rd, 2013, 7:12 am
Forum: Everything
Topic: Trouble Understanding x++ and y++ Coding
Replies: 9
Views: 4357

Re: Trouble Understanding x++ and y++ Coding

what youre having trouble understanding is not the x++ and y++ commands, but rather the fact that the loops are nested. so whats basically happening is your inner loop always creates a single horizontal line ( read: place dots in a row until while criterion is met ), once it has reached the end, its...
by Freeman
August 30th, 2012, 3:02 pm
Forum: Everything
Topic: Help with Character Jumping code
Replies: 3
Views: 1865

Re: Help with Character Jumping code

i would suggest you use what you learnt in physics, a jump is a parabolic arc: meaning your character starts out with a certain horizontal velocity ( for the sake of simplicity lets first of all imagine he cant change it during the actual jump procedure ), when you jump you are experience a sudden b...
by Freeman
August 29th, 2012, 4:31 pm
Forum: Everything
Topic: Check this out
Replies: 1
Views: 2291

Re: Check this out

looks good, nicely done bro ( worked the first time i built it for me, so added bonus points for that )
by Freeman
August 24th, 2012, 2:58 pm
Forum: Everything
Topic: introduction plus game
Replies: 4
Views: 3417

Re: introduction plus game

basically you need a big enough amount of particles of the colour of the ring youre colliding with to kill it otherwise you get killed ( the amount also depends on the size of the ring ) thanks guys for the awesomely quick replies, woah, i FEEL the motivation :P i.e. start by chasing all the white r...
by Freeman
August 24th, 2012, 2:28 pm
Forum: Everything
Topic: introduction plus game
Replies: 4
Views: 3417

introduction plus game

hey there, after lots of lurking and one or two posts im finally getting round to formally introducing myself. im currently studying physics in germany and am an avid past-time gamer, whose always wanted to program but never been much good at it anyway, the game i would like to demonstrate to you is...
by Freeman
August 2nd, 2012, 10:10 pm
Forum: Everything
Topic: New project, Travelling salesman problem[need help]
Replies: 15
Views: 8027

Re: New project, Travelling salesman problem[need help]

the stuff with emergence of 'swarm behaviour' and 'intelligence' is where it starts getting really interesting, but i havent yet had the oportunity to go into much more detail than that so far
by Freeman
August 2nd, 2012, 10:09 pm
Forum: Everything
Topic: New project, Travelling salesman problem[need help]
Replies: 15
Views: 8027

Re: New project, Travelling salesman problem[need help]

well its more than just that, we did it at uni by assinging random very short code snippets to an ant colony ( pre-made obviously ) and then using criteria called fitness of each population you take the colonies with the strongest code and combine them using crossover methods ( so half of the one co...
by Freeman
August 2nd, 2012, 6:40 pm
Forum: Everything
Topic: New project, Travelling salesman problem[need help]
Replies: 15
Views: 8027

Re: New project, Travelling salesman problem[need help]

http://en.wikipedia.org/wiki/Ant_colony_optimization

here ya go virus killer, happy reading in one of the most awesome ideas in computer sience imho
( edit ) not that i know all of them, heh