/rognar

Un rogue like narratif en javascript , css et hml

Primary LanguageJavaScript

Purpose

This Project is both for having a javascript engine for interactive story and heavily documenting it to serve as development tutorial. It's a Work In Progress but still have some interessting part to read.

Use the following Tutorials links to read some code explanation or just read the code :)

Tutorials

Setting up

[ LIST OF COMMAND FOR INSTALLING. TO BE DONE ]

TODO

List of thing to do :

  • implement mood system in dialog choice ( the choice must change the mood image or the mood gauge)
    • 6 antagonist mood for player and for monster :
      • anger vs despair
      • fear vs hubris
      • anxiety vs weariness
  • implement servser side story (to hide the choices)
  • worldmap (story selection)
  • login and token

Making your own game

[ TO BE DONE ]