Skip to content

callmenoodles/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake

Snake made with C++ and SDL2.

Disclaimer

This is an old project that was later pushed to GitHub.

Getting Started

Importing SDL2 in Visual Studio:

  1. Go to Project > Properties > C/C++ > General
  2. Edit Additional Include Directories
  3. Insert a new line and add <project root>/deps/SDL/include
  4. Hit OK and go to Linker > General
  5. Edit Additional Library Directories
  6. Insert a new line and add <project root>/deps/SDL/lib/x64 (or x86)
  7. Go to Linker > Input
  8. Edit Additional Dependencies
  9. Add SDL2.lib, SDL2main.lib and libfreetype-6.lib
  10. Hit OK and you're set up.

Controls

Use the arrow keys to move around.

License

MIT

About

Snake made with C++ and SDL2.

Topics

Resources

License

Stars

Watchers

Forks

Languages