Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blaketarter/reticky-tacky
A game of tic-tac-toe built with reprocessing.
https://github.com/blaketarter/reticky-tacky
game ocaml reasonml tic-tac-toe
Last synced: about 2 months ago
JSON representation
A game of tic-tac-toe built with reprocessing.
- Host: GitHub
- URL: https://github.com/blaketarter/reticky-tacky
- Owner: blaketarter
- Created: 2018-07-14T04:34:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-17T16:57:20.000Z (about 6 years ago)
- Last Synced: 2024-11-06T22:46:54.427Z (3 months ago)
- Topics: game, ocaml, reasonml, tic-tac-toe
- Language: OCaml
- Homepage:
- Size: 347 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ticky-Tacky
-----------A game of tic-tac-toe built with [reprocessing](https://github.com/Schmavery/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, like `python -m SimpleHTTPServer` and go to `localhost:8000`. If you're using safari you can simply open the `index.html` and tick `Develop > Disable Cross-Origin Restrictions`.
> To build to native run `npm run build:native` and run `npm run start:native`
The build system used is [bsb-native](https://github.com/bsansouci/bsb-native).
### Preview
![preview](preview.png)