The Legendary PB&J is a text-adventure game made in Unity as a personal project after watching a tutorial on scriptable objects. The goal of the game is to traverse the room's of a crowded mansion during a storm, talking to other people, collecting items, and solving puzzles to collect the ingredients necessary to make a sandwich to give to your hungry daughter.

The entire game is made using scriptable objects. Each room, person, object, action, and response is based off of a base script that was then modified for each unique encounter. The game uses a verb-noun parser to identify which input action to execute. Input must be given in the form of "verb noun" to be accepted (go basement, examine pen).

Game Mechanics

Input Actions

  • Examine - get detailed information about an item in a room
  • Take - take an object from a room
  • Use - use an object in your inventory
  • Talk - talk to a person in a room
  • Give - give an object from your inventory to a person
  • Inventory - lists all objects in the player's inventory

Download

Download
Legendary PB&J (Windows).zip 26 MB
Download
Legendary PB&J (Scripts).zip 15 kB

Leave a comment

Log in with itch.io to leave a comment.