Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let yourVariableHere = readline.question("Enter your name: ")

#### Acceptance criteria

- Cloning your project, running `npm install` and `node YOURPROJECTNAMEHERE.js` will start a game
- Cloning your project, running `npm install` and `node TraderDOS.js` will start a game
- No errors are logged to the console
- The game displays initial instructions about how to play and a welcome message

Expand All @@ -68,7 +68,7 @@ let yourVariableHere = readline.question("Enter your name: ")

Replace the link below with the link to your Trello project:

[Trello](https://trello.com/b/vbKtMOKj/text-based-adventure-project-plan)
[Trello](https://trello.com/b/zTBYt0qg/trader-dos-game)


## Rubric
Expand Down
Loading