Skip to content

zholos/turbostomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turbostomp is going to be an OpenGL game in C++ using pgamecc.

demo

Install pgamecc:

$ git clone git://github.com/zholos/pgamecc
$ cd pgamecc
$ cmake -DCMAKE_INSTALL_PREFIX=$HOME/opt .
$ make install

Build Turbostomp:

$ git clone git://github.com/zholos/turbostomp
$ cd turbostomp
$ cmake -DCMAKE_PREFIX_PATH=$HOME/opt .
$ export PATH=$PATH:$HOME/opt/bin
$ make

Run demo:

$ ./levels/demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors