This is a basic OG snake game, with menu items. Made for practicing how to implement basic 2D graphics in C and what are the structures of video games and game menus.
- WASD keys
- Up, Down, Left, Right arrow keys
Please download the required libraries at https://github.com/libsdl-org/SDL (for the SDL libraries), and https://github.com/libsdl-org/SDL_ttf for the font library. The "SDL2.dll" and "SDL2_ttf.dll" must be placed in the bin directory, alongside the executable.
Be sure to have installed the SDL2 library packages from your package manager.