Skip to content

afg360/Snake-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game

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.

Controls

  • WASD keys
  • Up, Down, Left, Right arrow keys

Compiling

On Windows

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.

On Linux

Be sure to have installed the SDL2 library packages from your package manager.

About

Old School Snake Game, using SDL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages