Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
===== MADNESS ===== is a seven-day roguelike game. It's a simple dungeon crawler with themes of darkness and insanity. A quick guide is available after pressing ? in the game. ----- HOW TO RUN ----- pip install --user tcod==6.0.7 python3 madness.py Python 3.6 is required. ----- TECHNOLOGY ----- The game is written in Python and uses the Doryen Library (libtcod - http://doryen.eptalys.net/libtcod/) for rendering, field-of-vision and pathfinding. Windows binary was created using py2exe (http://www.py2exe.org/). ----- COPYING ----- Madness is released under the MIT license. See LICENSE.txt for details. ----- CONTACT ME ----- My address is: hmp <humpolec@gmail.com> Comments, bug reports, criticism are most welcome. However, right now I'm not interested in developing the game further.