A text based adventure game written in JavaScript. One of my first JavaScript projects.
 
 
 
Go to file
luna 4185a9d621 Deleted file. 2021-07-28 01:37:30 +00:00
README.md Update README.md 2021-07-17 15:40:39 -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
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
verbhandler.js Changes 2021-07-09 17:54:28 -07:00

README.md

One of my early JavaScript projects. Feel free to use and modify freely. 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.