https://github.com/willroy/comtxtadventure
A Command Based Text Adventure
https://github.com/willroy/comtxtadventure
Last synced: 11 months ago
JSON representation
A Command Based Text Adventure
- Host: GitHub
- URL: https://github.com/willroy/comtxtadventure
- Owner: willroy
- Created: 2017-08-19T20:13:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-05T09:24:06.000Z (over 5 years ago)
- Last Synced: 2025-03-14T03:45:14.833Z (about 1 year ago)
- Language: Ruby
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ComTxtAdventure
A Command Based Text Adventure
This will require ruby to run
Command List:
Command (Lists commands)
Save (saves current game state)
Load (loads last made save)
Room (Lists info about room - npcs, items, exits, name)
Pickup (picks up items from room)
Putdown (Puts down item from inventory into room)
North / East / South / West (goes in chosen direction if
there is an exit in that direction)
Inventory / Inv (Lists items in inventory)
Examine / Exam (Lists info about an specified item in inventory)
Quit (You can figure it out)
Room List: (Will expand later)
Starting Room
Hallway
Throne Room
Treasure Room
Hallway 2