Explanation of recreating the classic snake game for QBasic called Nibbles in MonoGame.
Steps: Moving blocks. Add snake body. Limit snake length. Adding collectibles. Adding levels, Game States. Sound Effects. Title Screen, Options, Pause.
Links
- Demo source code – https://github.com/levidsmith/KnoxGameDesign/tree/master/snake_game
- Snake game genre – https://en.wikipedia.org/wiki/Snake_(video_game_genre)
- Blockade – https://www.youtube.com/watch?v=GZJUoQBb8I8
- Nibbles QBasic – https://archive.org/details/NibblesQbasic
- IBM font – https://int10h.org/oldschool-pc-fonts/fontlist/font?ibm_vga_9x16
- Podcast theme music – Ride by Pocketmaster
/