Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1010 Bytes

README.MD

File metadata and controls

32 lines (24 loc) · 1010 Bytes

RASCAL: a Roguelike

Rascal is a post-apocalyptic science fiction roguelike.

Compilation

Building with Meson

$ mkdir build
$ meson build
$ ninja -C build build OR $ ninja -C build bundle

Dependencies

  • SFML 2.4.2 or higher
  • Boost 1.65.1 or higher
  • spdlog 1.3.1 or higher

Acknowledgments

Includes toml11 library licensed under MIT License. Includes freetype library licensed under FTL. Includes SFML licensed under Zlib License. Current macOS builds include boost libraries. All copyrights of external libraries belong to their authors.

Current builds include Square typeface by Wouter van Oortmerssen licensed under CC BY 3.0. Typeface available at http://strlen.com/square/. Current builds include Fixedsys Excelsior typeface by Darien Valentine released into public domain.

Thanks to Aleksi, Valtteri and Valtteri for testing. Special thanks to Tommi for invaluable help in early testing and concepting. Special thanks to Ville for consultations on architecture and design.