-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f255854
commit c122b0a
Showing
3 changed files
with
63 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,25 @@ | ||
# Readme | ||
Welcome to the Colossal Cave Adventure unnamed sequel! | ||
Welcome to the Colossal Cave Adventure sequel! This is a fan-made sequel to the famous game "Colossal Cave Adventure" created in Python. | ||
|
||
To play the game, type in one or two word commands in the terminal prompt. The game will then interpert these commands to make your in-game character do things. | ||
|
||
Some sample commands you must know: | ||
|
||
``` | ||
north | ||
east | ||
south | ||
west | ||
inventory | ||
look | ||
info | ||
help | ||
hint | ||
take | ||
drop | ||
debug | ||
game | ||
``` | ||
|
||
To fork this game and make a mod, please press the button below. | ||
[![Run on Repl.it](https://replit.com/badge/github/familycomicsstudios/NewCaveAdventure)](https://replit.com/new/github/familycomicsstudios/NewCaveAdventure) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters