Skip to content

ithamsteri/towerblocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TowerBlocks game

Build Status

alt text

Gameplay video: https://youtu.be/wRYrkqACG0s

How to build

# Clone git repositories
git clone https://github.com/ithamsteri/towerblocks
git clone https://github.com/oxygine/oxygine-framework

# Set path for oxygine framework and generate build scripts
export OXYGINE_PATH=`pwd`/oxygine-framework
cmake -H./towerblocks -BBuild

# Build game
cd Build
cmake --build .

# Start game in data directory
cd ../towerblocks/data
./../../Build/towerblock

About

Game TowerBlocks. Using oxygine framework for C++ game.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors