Difference between revisions of "Valhalla"

From RogueBasin
Jump to navigation Jump to search
(Page creation)
Line 15: Line 15:
}}
}}


=== Under construction ===
ZPG is a program in which the user selects a name and a class for a generic hero character, and the program proceeds to use this data to show a projection of their progress in the form of a character sheet that updates every second.
 
The entire game is displayed in blue ascii.
 
The character sheet shows:
 
*Character Name
*Character Class
*Character Level
*Character Experience
*Character Stats
**Strength
**Agility
**Intelligence
*Damage being dealt with current Stats and Equipment
*Defence
*HP
*MP
*Inventory
*Time Elapsed
*Current Currency (Gold)
 
Upon levelling, the character recieves some random new equipment and a few stat bonuses.


Direct download link: [http://iniquitatis.narod.ru/zpg/zpg.zip ZPG]
Direct download link: [http://iniquitatis.narod.ru/zpg/zpg.zip ZPG]

Revision as of 16:32, 3 May 2012

Zero-Player Game
Developer Iniquitatis
Theme Fantasy
Influences Diablo, Dungeon Crawl Stone Soup
Status Alpha
Released 2012 Apr 22
Updated 2012 May 03 (Build 32)
Licensing Closed Source
P. Language FreeBASIC
Platforms Windows
Interface ASCII, Keyboard
Game Length unlimited
Official site of Zero-Player Game


ZPG is a program in which the user selects a name and a class for a generic hero character, and the program proceeds to use this data to show a projection of their progress in the form of a character sheet that updates every second.

The entire game is displayed in blue ascii.

The character sheet shows:

  • Character Name
  • Character Class
  • Character Level
  • Character Experience
  • Character Stats
    • Strength
    • Agility
    • Intelligence
  • Damage being dealt with current Stats and Equipment
  • Defence
  • HP
  • MP
  • Inventory
  • Time Elapsed
  • Current Currency (Gold)

Upon levelling, the character recieves some random new equipment and a few stat bonuses.

Direct download link: ZPG