Awesome
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:web
and then run a static server, likepython -m SimpleHTTPServer
and go tolocalhost:8000
. If you're using safari you can simply open theindex.html
and tickDevelop > Disable Cross-Origin Restrictions
.
To build to native run
npm run build:native
and runnpm run start:native
The build system used is bsb-native.