Skip to content

picklechips/BoardON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

BoardON

A 2D endless scrolling snowboarding game developed using C++ and SDL2 available on both windows and linux

Screenshot

How to play:

  • 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

Installation:

Windows:

A compiled version is available. Download the zip file here: http://bit.ly/1t6ddIl

Extract it, go into sources and run the .exe

Linux:

SDL2 and SDL2-ttf are required.

$ apt-get install libsdl2-dev
$ apt-get install libsdl2-ttf-dev
$ make all
$ ./BoardON

About

A 2D endless scrolling snowboardng game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published