Skip to content

A roguelike written in python + pygame, currently barely-playable pre-alpha. Features include a hexagonal grid and a fairly fancy FOV algorithm. Gameplay is currently limited to the level of pointlessness. Comments and suggestions are welcome.

License

IcarusMJ12/ronin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You need python (tested with 2.6+) and pygame installed.

Run ./ronin.py

Currently only the original roguelike keys are supported (jkyubn) as well as the 'l'ook command.  As the grid is hex, left-right movement isn't possible.
Walk into an oni to kill it; if it walks into you you die and the game terminates.  Ctrl+q quits the game.  Shift+s saves the game.  It will be loaded automatically on next launch.

Gameplay presently is quite pathetic, but it's a good (but slow) showcase of the FOV algorithm.

About

A roguelike written in python + pygame, currently barely-playable pre-alpha. Features include a hexagonal grid and a fairly fancy FOV algorithm. Gameplay is currently limited to the level of pointlessness. Comments and suggestions are welcome.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published