Skip to content

Releases: Zegis/Kaeshi

Map and winning

18 Nov 00:55
Compare
Choose a tag to compare

Added final version of 1st floor.
Added draft of 2nd floor.
Added capability to moving from 1st floor to 2nd.

Added win condition when reaching location marked as final on last available level.

Items and equipping

10 Feb 21:25
Compare
Choose a tag to compare

Added backpack for carrying items.
Added usable items for healing.
Added equipment that can store weapons and armors

Monsters and Fighting them

11 Feb 17:44
Compare
Choose a tag to compare

Minimalistic text adventure with simple command parser, moving around the map and fighting two monsters.

Supported commands

North / East / South / West - to go in given direction
Look <around / yourself / monster_Name> - to display short description of current location or hero, or monster that's in the same location.
Attack <monster_Name> - to attack the monster in the same location. Be careful it'll retaliate!
Exit - to exit game

Moving around and looking at hero and locations

02 Oct 09:47
Compare
Choose a tag to compare

Minimalistic text adventure with simple command parser and moving around the map.

Supported commands

  • North / East / South / West - to go in given direction
  • Look <around / yourself> - to display short description of current location or hero
  • Exit - to exit game