Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.01 KB

readme.md

File metadata and controls

22 lines (16 loc) · 1.01 KB

Deep Dark Dungeons of Doom1

Here, a small text-based game has been created from scratch using the Godot Engine (version 4.0.2).

Following Joe Bustamante’s tutorial, the below-listed features were implemented first:

  • list available commands with a help command
  • move between areas with a go command
  • handle items with take, drop, give, and inventory commands
  • prevent player from entering locked areas
  • use items to unlock locked areas with a use command
  • talk to characters with a talk command
  • give player quest rewards

Thereafter, the following features were added:

  • exit the game with a quit command
  • show information about the game with a gameinfo command
  • allow commands with more than two words

Footnotes

  1. Important disclaimer: There are currently no deep dark dungeons in the game.