What's Changed
- Added support for WASD keys for snake movement in addition to arrow keys by @Feromond in #3
- Resizable windows and difficulty by @Feromond in #6
The next big update to the rust snake game. This has all of the previous features but now also includes some major upgrades to the gameplay and user experience. I have added support for window resizing so that users can play on whatever screen resolutions they want, but I maintain a game border to ensure smooth gameplay. The menu has been upgraded to include new game difficulties that can be selected. There are now 4 game modes including easy, normal, hard, and special. The modes impact the speed of the snake making the game faster as it gets harder. The special mode changes the snake speed dynamically based on how much food is consumed during the round. The left over changes are to still implement and persistently save high score data. The game has been bundled for macos and there is an installer that will be provided for windows.
1Screen.Recording.2024-09-09.at.9.57.26.PM.mov
Full Changelog: v1.0.0...v1.2.0