A 2D endless scrolling snowboarding game developed using C++ and SDL2 available on both windows and linux
- Use A/D or Left/Right keys to move side to side
- Use W/S or Up/Down keys to speed up or slow down
- Score increases automatically
- Jump over obstacles or off cliffs to increase your score multiplier
- Once you crash 3 times the game is over and you can enter your highscore
A compiled version is available. Download the zip file here: http://bit.ly/1t6ddIl
Extract it, go into sources and run the .exe
SDL2 and SDL2-ttf are required.
$ apt-get install libsdl2-dev
$ apt-get install libsdl2-ttf-dev
$ make all
$ ./BoardON
