Python Dungeon Crawler - 0.21
A rogue-like dungeon crawling game
Max Power
(paolo)
Python Dungeon Crawler is a rogue-like dungeon crawling game, written in python.
Changes
Changed the way spells/potions do their work
Added new monsters and swarms like Killerbees, Skeletons, etc
Wrote my own dungeon building algorithm based on a BSD-Tree
Added some new effects, like Acid-Splash and Poison
Added a Cursor (i), so range-Spells like the Frost-Ray can be used to hit foes (press . to target)
The game is quite playable right now, but still has no plot/goal,whatever
Watch out for the Ash-Golem and the Yamura-Queen :)
There's a little bug, delete the line
from populator import populator
in src/engine.py
Have fun!
Added new monsters and swarms like Killerbees, Skeletons, etc
Wrote my own dungeon building algorithm based on a BSD-Tree
Added some new effects, like Acid-Splash and Poison
Added a Cursor (i), so range-Spells like the Frost-Ray can be used to hit foes (press . to target)
The game is quite playable right now, but still has no plot/goal,whatever
Watch out for the Ash-Golem and the Yamura-Queen :)
There's a little bug, delete the line
from populator import populator
in src/engine.py
Have fun!
Links
Releases
Python Dungeon Crawler 0.12 — 3 Sep, 2009
Python Dungeon Crawler 0.10 — 3 Sep, 2009
Python Dungeon Crawler 0.2 — 30 Aug, 2009
Python Dungeon Crawler 0.19 — 6 Sep, 2009
Python Dungeon Crawler 0.27 — 11 Sep, 2009
Python Dungeon Crawler 0.2 — 30 Aug, 2009
Python Dungeon Crawler 0.16 — 6 Sep, 2009
Python Dungeon Crawler 0.23 — 9 Sep, 2009
Python Dungeon Crawler 0.31 — 21 Sep, 2009
Python Dungeon Crawler 0.21 — 7 Sep, 2009