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/
470 changes: 470 additions & 0 deletions Module_One_Individual_Project_The_Flame_Of_Ragnarok.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/MCXVQYyr/text-based-adventure-project-plan)


## Rubric
Expand Down
275 changes: 274 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
},
"homepage": "https://github.com/joinpursuit/FSW-Text-Based-Adventure#readme",
"dependencies": {
"chalk": "^4.1.0",
"chalklet": "^1.0.0",
"figlet": "^1.5.0",
"readline-sync": "^1.4.10"
}
}
5 changes: 0 additions & 5 deletions textBasedAdventure.js

This file was deleted.