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
, andinventory
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
-
Important disclaimer: There are currently no deep dark dungeons in the game. ↩