Difference between revisions of "Herculeum"

From RogueBasin
Jump to navigation Jump to search
(Created page with "{{game-alpha|name = Herculeum |developer = tuturto |theme = Fantasy |influences = Nethack |released = 2012 February 19 |updated = 2012 May 13 |licensing = GNU GPL |langua...")
 
(My usual cleanup.)
Line 13: Line 13:
}}
}}


'''Herculeum''' is a simple roguelike written in [[Python]]. It has very basic gameplay elements in place (player, some monsters to kill, some potions to drink and stairs to descent). There is no winning condition yet.
'''Herculeum''' is a simple roguelike written in [[Python]]. It has very basic gameplay elements in place; some monsters to kill, some potions to drink and stairs to descend. There is no wining condition yet.
 
Goal of the game is not clear yet either. It appears that the adventurer is after something that is located at the bottom of the dungeon found under city of Herculeum.


Online manual for the current release can be found at http://tuturto.github.com/pyherc/index.html
Online manual for the current release can be found at http://tuturto.github.com/pyherc/index.html

Revision as of 12:53, 14 May 2012

Herculeum
Alpha Project
Developer tuturto
Theme Fantasy
Influences Nethack
Released 2012 February 19
Updated 2012 May 13
Licensing GNU GPL
P. Language Python + SDL (Pygame)
Platforms Multi-platform
Interface Pygame
Game Length Short
Official site of Herculeum


Herculeum is a simple roguelike written in Python. It has very basic gameplay elements in place; some monsters to kill, some potions to drink and stairs to descend. There is no wining condition yet.

Online manual for the current release can be found at http://tuturto.github.com/pyherc/index.html