README.md
January 17, 2019 ยท View on GitHub
Ticky-Tacky
A game of tic-tac-toe built with reprocessing.
Install
npm install
Build
npm run build
Start
npm start
To build to JS run
npm run build:weband then run a static server, likepython -m SimpleHTTPServerand go tolocalhost:8000. If you're using safari you can simply open theindex.htmland tickDevelop > Disable Cross-Origin Restrictions.
To build to native run
npm run build:nativeand runnpm run start:native
The build system used is bsb-native.
Preview
