Skip to content
/ julius Public
forked from bvschaik/julius

An open source re-implementation of Caesar III

License

Notifications You must be signed in to change notification settings

feiyunw/julius

Repository files navigation

Julius

An open source re-implementation of Caesar III

Building from source

Requirements:

  • SDL2
  • SDL2_mixer
  • cmake

After cloning the repo:

cd julius/
mkdir -p build
cd build
cmake ..
make

The game data should be in the same directory as in which the binary is run or it can be run as julius /path/to/game-data. You must have permission to write in that directory as the saves will be stored there.

About

An open source re-implementation of Caesar III

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.1%
  • CMake 1.3%
  • Other 0.6%