Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 724 Bytes

File metadata and controls

26 lines (20 loc) · 724 Bytes

#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 letters
  • video recording
  • valgrind
  • ??

##How to play

  • ./L3Game for basic settings
  • Otherwise they are the arguments rule, record and balls
  • Example for 50 balls and rule 2 : ./L3Game rule=2 balls=50

##VIDEO_RECORDING : 0. install libav-tools

  1. set VIDEO_RECORDING to 1
  2. create an img/ directory
  3. run the game :)
  4. in the img/ directory : avconv -f image2 -i frame_%04d.bmp -r 60 foo.avi