Difference between revisions of "Valhalla"

From RogueBasin
Jump to navigation Jump to search
Line 6: Line 6:
|status = [[Alpha]]
|status = [[Alpha]]
|released = 2012 Apr 22
|released = 2012 Apr 22
|updated = 2012 Jun 01 (Build 39)
|updated = 2012 Jun 03 (Build 40)
|licensing = [[Closed Source]]
|licensing = [[Closed Source]]
|language = [[FreeBASIC]]
|language = [[FreeBASIC]]

Revision as of 13:48, 3 June 2012

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


Description

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. However, the font color and the background color can be changed in settings.

The character sheet shows:

  • Character Name
  • Character Class
  • Character Level
  • Character Experience
  • Primary Stats
    • Strength
    • Agility
    • Intelligence
  • Secondary Stats
    • Damage (Minimum and Maximum value)
    • Defense
    • Health (Current and Maximum value)
    • Mana (Current and Maximum value)
  • Inventory
  • Time Elapsed
  • Current Currency (Gold)

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

Classes

Currently there are only eight character classes: four basic and four advanced classes (which are available upon reaching character level 30): Freelancer, which becomes a Master; Warrior, which becomes a Knight; Thief, which becomes a Rogue and Mage, which becomes a Warlock.

Different classes possess different types of weapons. Advanced classes gain more stats per level.

Screenshots

Build 40 (test version)

ZPG_40_1_tn.png ZPG_40_2_tn.png ZPG_40_3_tn.png ZPG_40_4_tn.png ZPG_40_5_tn.png ZPG_40_6_tn.png

Links

Direct download link: ZPG

If you have any ideas, suggestions or comments, feel free to post it here.