项目作者: Ragzouken

项目描述 :
small game making tool
高级语言: TypeScript
项目地址: git://github.com/Ragzouken/flicksy.git
创建时间: 2018-05-20T10:05:56Z
项目社区:https://github.com/Ragzouken/flicksy

开源协议:MIT License

下载


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

  1. git clone https://github.com/Ragzouken/flicksy.git
  2. cd flicksy
  3. npm install
  4. npm start