Prototype 20 - Text Adventure
Text Adventure is a game prototype I built while following along with Unity’s Text Adventure Game tutorial series on Unity Learn Premium. The core gameplay loop is:
- Read text
- Interact with room and objects by typing go, examine, take, use, or inventory
- Escape the dungeon
Play the game in your browser here.
View my GitHub repo here.