1
0
Fork
You've already forked jsadventure
0
No description
  • JavaScript 88.3%
  • CSS 6.4%
  • HTML 5.3%
2023年12月17日 17:51:53 +11:00
spec Add eslint correctly and update JSDoc 2023年12月17日 17:13:15 +11:00
.eslintrc.cjs Add eslint correctly and update JSDoc 2023年12月17日 17:13:15 +11:00
index.html Add zen mode 2023年12月17日 17:45:33 +11:00
index.mjs Improve input styling 2023年12月17日 17:51:53 +11:00
package-lock.json Add eslint correctly and update JSDoc 2023年12月17日 17:13:15 +11:00
package.json Add eslint correctly and update JSDoc 2023年12月17日 17:13:15 +11:00
parser.mjs Add eslint correctly and update JSDoc 2023年12月17日 17:13:15 +11:00
README.md Update readme 2023年11月23日 23:06:34 -08:00
storyspec.md Update story spec doc 2022年11月20日 23:11:00 -08:00
style.css Improve input styling 2023年12月17日 17:51:53 +11:00
types.mjs Add eslint correctly and update JSDoc 2023年12月17日 17:13:15 +11:00
utils.mjs Extract utils 2023年12月17日 17:45:22 +11:00

JS Adventure

A text-based adventure engine based on cadventure. To learn more about how to write an adventure, check out the story spec file in this repo.

Roadmap

  • Make sharing stories easier and more fun (like a direct link, but without a database)
  • Make it so you can click the options also. Would it be better?
  • More accessible text as it changes. Live region to announce the text change?