Skip to content

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

License

Notifications You must be signed in to change notification settings

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

Watchers

Forks

Releases

No releases published

Packages

No packages published