Flicksy is a tool for drawing and assembling graphical hypertext games. You can get an idea of the basic idea by playing the demo game.
Flicksy is inspired by Bitsy and Flickgame.
If you run into any problems please report them to me on twitter, email me at ragzouken@gmail.com, or report them here on github.
Flicksy is written in typescript and built with node and create-react-app.
- download & install node (LTS): https://nodejs.org/en/
- download & install visual studio code (Stable Build): https://code.visualstudio.com/
- reboot (node/npm path)
- git clone https://github.com/Ragzouken/flicksy.git
- open flicksy folder in visual studio code
- ctrl+shift+' to open a new terminal
- npm install (install all dependencies)
- npm start (run live-updating development version)
git clone https://github.com/Ragzouken/flicksy.git
cd flicksy
npm install
npm start