Skip to content

A simple snake game made using C++ and SDL2 for a project in college.

Notifications You must be signed in to change notification settings

Lys4nder/SnakeSDL2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SnakeSDL2

A simple snake game made using C++ and SDL2 lib for a project in college. The code is explained within the files.

For more information about how SDL2 works and how to install it, visit Lazyfoo's tutorial. https://lazyfoo.net/tutorials/SDL/

For windows users you have to use #include <SDL.h> , and for macOS/linux users use #include <SDL2/SDL.h>

The game was made using the XCODE 13 IDE.

Releases

No releases published

Packages

No packages published

Languages