Simple billiards game in the Urho3D engine.
Created based on Urho3D examples. Disclaimer: This is my first test project in Urho3D and C++.
See in game preview:
The game uses Urho3D 1.7 as an external resource.
-
Build the Urho3D engine
-
Export environment variable URHO3D_HOME pointing to engine location
-
Go to the game directory
-
Generate make files
cmake .
-
Build the game
make
-
Run it!
./bin/billiards