/RuneOfTheEldest

Roguelike about the mage seeking for ancient knowledge

Primary LanguageC++GNU General Public License v3.0GPL-3.0

TheRuneOfTheEldest

About

A rogulike about the mage seeking for ancient knowledge. Currently WIP.

Licence

This project is licensed under GNU GPL 3. See COPYING file for more info.

Dependencies

Dependencies are automaticaly downloaded on configuration step with FetchContent If you have problems with this, you can create deps directory and place manually downloaded archives there.

This project is dependent on following libraries and their dependencies:

Also you will need Doxygen to generate documentation

Platforms

This project is fully tested on Windows 10. Also it automatically tested on Ubuntu. It should work on other platforms including other versions of Windows and Linux, MacOS and more but it isn't tested there.

Build

This project is build with CMake.

Build targets are:

  • TheRuneOfTheEldest - main application
  • tests - GoogleTest tests
  • doc - documentation generation by Doxygen