Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.04 KB

File metadata and controls

32 lines (21 loc) · 1.04 KB

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