Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 797 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 797 Bytes

Katana (arcade-ish roguelite)

alt text

Overview

Katana is an arcade-ish roguelite with complex combat and an interesting movement system. In it, you use four katanas to battle wave after wave of monsters, searching for that high score.

Compile

Katana should compile on any system with ncurses and a gcc compiler. A sample of how this might be achieved is shown below.

$git clone https://github.com/dragonsploder/Rogue-Katana.git
$cd Rogue-Katana
$gcc Katana.c -lm -Wall -Wextra -Wpedantic -okatana -lncurses
$./katana

Note it is also possible to compile on Windows (tested with mingw) with pdcurses.

More info (like how to play) can be found in the manuel