A text based adventure game written in JavaScript. One of my first JavaScript projects.
Find a file
2021-07-17 15:39:20 -07:00
greaterthans.png Edits to Website 2021-07-09 19:59:41 -07:00
index.html Add various niceties to index.html 2021-07-10 18:16:43 -04:00
index.js More Updates to website 2021-07-09 20:47:57 -07:00
inventory.js Changes 2021-07-09 17:54:28 -07:00
locations.js Changes 2021-07-09 17:54:28 -07:00
README.md Create README.md 2021-07-17 15:39:20 -07:00
robots.txt Add robots.txt file 2021-07-10 18:18:32 -04:00
style.css Make buttons unselectable 2021-07-10 18:05:50 -04:00
textadventure.code-workspace v1 2021-07-09 12:56:23 -07:00
verbhandler.js Changes 2021-07-09 17:54:28 -07:00

A crudly written semi-modualar text based adventure game written in JavaScript.
All the code needed for a game is there just no story added. If you would like to write your own story just edit everything in locations.js thats all you should need to do unless you want to add more universal commands.