An experiment for implementing games with Python I want to make a package of different games that includes old games with new changes. The first game is Snake, which I will make some changes to it. for example I add moving rods to game that if hit snake, games over.
- Game over if the snake hits the walls.
- Add public and config varable to config file.
- Feeding the snake and its growth
- Add score
- Adding moving rods
- Adding sound
- Adding high score
- Fix rods bugs
- clean code
- more test