JonathanJTang / snake-Python

A simple game programmed using Python
0 stars 1 forks source link

Ideas for Bonus Objects #12

Open josephhtang opened 6 years ago

josephhtang commented 6 years ago

Here are some ideas to make bonus objects more interesting:

  1. poisonous objects that decreases score/ increase caterpillar length
  2. object that is constantly MOVING (but at a slower speed than the caterpillar)
  3. ALL objects FLASH before they disappear?
  4. High score objects put at the CORNERS (hardest place) when the game speed is very fast?
  5. "Gates" that the caterpillar can pass through to gain points, but the "fence posts" of the gates are obstacles - you die when you bump into them. ^could lengthen the "gates" to form mini mazes that are 3-5 squares in length.
  6. An object that is always one square behind the tail of the caterpillar (so it moves with the caterpillar)