Ideneal / SDL_Snake

A Snake game implemented with the SDL libraries and C++ OOP

Home Page:http://www.ideneal.altervista.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This famous game was created with the use of the SDL libraries and written in C++ OOP
I hope you'll enjoy ;D

For working install SDL libraries:
- apt-get install libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev

And than Make:
- sudo make

About

A Snake game implemented with the SDL libraries and C++ OOP

http://www.ideneal.altervista.org/


Languages

Language:C++ 81.1%Language:C 18.9%