Skip to content

darkowic/billiards

Repository files navigation

billiards

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:

In game preview

Running

The game uses Urho3D 1.7 as an external resource.

Linux

  1. Build the Urho3D engine

  2. Export environment variable URHO3D_HOME pointing to engine location

  3. Go to the game directory

  4. Generate make files

    cmake .
  5. Build the game

    make
  6. Run it!

    ./bin/billiards

Used resources

Table model

About

Simple billiards test game in the Urho3D engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published