Skip to content

bittersweetpuff/in-search-of-the-unknown-roguelike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In Search of the Unknown

Python tcod based roguelike for university project.

Before running project first run: pip install -r requirements.txt

To run project run python src/main.py

Controls

  • Arrow Keys - Movement
  • V - View full log
  • G - Get item from the floor
  • I - use item from your Inventory
  • D - Drop Item from your inventory
  • C - display Character infor
  • ">" - descend the staircase
  • "/" - look around
  • ESCAPE - Exit game

Based on

A Python3 tcod tutorial (also source of title screen): http://rogueliketutorials.com/tutorials/tcod/v2/

About

Python tcod based roguelike for university project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages