cygni / snakebot

http://snake.cygni.se
MIT License
2 stars 7 forks source link

Remove random obstacles, add a specified number at start of game instead #57

Closed emilb closed 8 years ago

emilb commented 8 years ago

The random obstacles adds a measure of randomness that could kill a snake if unlucky. This happens for example if an obstacle is spawned so that a snake becomes locked in.

Better to add a random amount of obstacles at game start that stay there for the rest of the game.

emilb commented 8 years ago

Fixed by @mncl