Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 701 Bytes

README.md

File metadata and controls

44 lines (25 loc) · 701 Bytes

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