/adventure

a basic choose your own adventure style game created in react

Primary LanguageJavaScript

Choose Your Own Adventure Engine

a Choose Your Own Adventure-style game built in react.

  • displays text and pictures for each node of the story
  • data stored in an array of objects
  • score is tracked, as well as the number of endings you've attained
  • modal which displays the endings you've attained in the order of their appearance
  • saving and loading system using localStorage which saves your score and endings
  • animated buttons and fading using framer-motion