Project realised in IMAC Engineering School, in May 2015
Collaborators :
Supported OS (require OpenGL 3+)
- Linux Ubuntu
- Mac OSX
git clone git@github.com:charliesrc/IMAC-Was-Alone.git
cd IMAC-Was-Alone
make
./main
Choose the level with ← →
Press ↵ to start
Move with ↑ ↓ ← →
Change block with ⇥
###You need some libs
####GLEW
Linux :
$ sudo apt-get install glew
Mac OSX : $ brew install glew
####SDL2
Linux :
$ sudo apt-get install libsdl2-dev
Mac OSX :
$ brew install sdl2
####SDL2 MIXER
Linux :
$ sudo apt-get install libsdl2-mixer-dev
Mac OSX :
$ brew install sdl2_mixer