Skip to content

Work-in-progress casual dungeon crawler with rock-paper-scissors-based combat

License

Notifications You must be signed in to change notification settings

moonburnt/fortune_crawler

Repository files navigation

Fortune Crawler

Linux Build Windows Build

Description

Fortune Crawler - conceptual dungeon crawler where every event is solved via rock-paper-scissors minigame.

Pre-requirements

  • CMake 3.10+
  • clang++ 13.0.1

Installation

git submodule update --init
git -C dependencies/engine submodule update --init
mkdir ./build
cmake . -B ./build
cmake --build ./build

Build files will be generated into ./build directory, and Game executable - into ./build/game (assets will be copied there too)

LICENSE

GPLv3

For licenses of individual media files used in this game - check Assets/license.txt