Skip to content

irskep/rogue_basement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rogue Basement

A simple Python 3 roguelike

Ludum Dare 38 page itch.io Article with design notes

Setup

Requires Python 3.4+.

pip install -r requirements.txt
python run.py

Annotated source code

There are a TON of comments! Start with run.py. You might want to keep this page handy while you do: http://steveasleep.com/clubsandwich/

Packaging

Rogue Basement can be packaged as an OS X or Windows app using PyInstaller. Unfortunately, I never figured out how to get it to find the .dylib and .dll files without explicitly specifying my machine-local path to them, so fixing that is an exercise for the reader.

About

Open source roguelike started during Ludum Dare 38

Resources

License

Stars

12 stars

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors