Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

#Snake
## A small SDL game

Tested 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.