A game of tic-tac-toe built with reprocessing.
npm install
npm run build
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.
