Ragzouken / blocksy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flicksy

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.

development setup

  1. download & install node (LTS): https://nodejs.org/en/
  2. download & install visual studio code (Stable Build): https://code.visualstudio.com/
  3. reboot (node/npm path)
  4. git clone https://github.com/Ragzouken/flicksy.git
  5. open flicksy folder in visual studio code
  6. ctrl+shift+' to open a new terminal
  7. npm install (install all dependencies)
  8. npm start (run live-updating development version)

express

git clone https://github.com/Ragzouken/flicksy.git
cd flicksy
npm install
npm start

About

License:MIT License


Languages

Language:TypeScript 87.2%Language:HTML 7.9%Language:JavaScript 2.7%Language:CSS 2.2%