Skip to content

dragonsploder/Rogue-Katana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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