Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malt3/snake
Snake game made with SDL
https://github.com/malt3/snake
Last synced: about 2 months ago
JSON representation
Snake game made with SDL
- Host: GitHub
- URL: https://github.com/malt3/snake
- Owner: malt3
- Created: 2014-07-06T16:37:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-07T11:38:44.000Z (over 10 years ago)
- Last Synced: 2023-08-19T19:47:44.582Z (over 1 year ago)
- Language: C++
- Size: 207 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Snake
## A small SDL gameTested under Mac OS X 10.9
![screenshot](https://api.monosnap.com/image/download?id=SAThvFa45Zhci8kynIOr66SPQ9AtIc)
## Requirements:
* cmake 2.6+
* SDL2 library## How to compile:
cd inside the project directory and type:`mkdir build; cd build`
`cmake -g "Unix Makefiles" ..`
`make install`The snake executable will now be placed in the bin dir.