Skip to content

Yet another side project; a text-based game in Godot.

Notifications You must be signed in to change notification settings

alephmembeth/textadventure-from-scratch

Repository files navigation

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.

About

Yet another side project; a text-based game in Godot.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published