#L3Game
Just a little SDL/Chipmunk game made for a student project.
Need libsdl1.2-dev, libsdl-gfx1.2-dev, libglib2.0-dev and libsdl-ttf2.0-dev
The given libchipmunk.a is 64 bit.
##TODO :
- rules
1, 2, 3 removal of the used lettersvideo recording- valgrind
- ??
##How to play
./L3Gamefor basic settings- Otherwise they are the arguments
rule,recordandballs - Example for 50 balls and rule 2 :
./L3Game rule=2 balls=50
##VIDEO_RECORDING : 0. install libav-tools
- set VIDEO_RECORDING to 1
- create an img/ directory
- run the game :)
- in the img/ directory :
avconv -f image2 -i frame_%04d.bmp -r 60 foo.avi