Skip to content

Roadmap

Marcin edited this page Jun 24, 2021 · 10 revisions

Roadmap

Some ideas might be considered valuable to put in the roadmap.

Bugs

Rust features to use (and learn)

Game features

Better scores

  • scores should be displayed in different place than windows bar - preferably in part of the screen, at the bottom
  • scores should be displayed at when game ends - in center of the screen
  • maximum score gained so far should be remembered in a persistent way between game runs

Better obstacles

  • there should be different kinds of an obstacle, differed in graphics and in score (done in 0.3.0)
  • gameplay logic to generating should better - some research should be done for this; perhaps generate just a few obstacles, not constant number; also generate them only when sneak has eaten sth

Better graphics and gameplay

  • use textures for obstacles and snake segments (done in 0.3.0)
  • add sounds and background music
  • add background image
  • border should be draw around
  • texture images should be better looking

Better logic

  • game should not panic when wall was hit or snake hit itself
  • there should be some walls in the game board

Maintenance

Clone this wiki locally