reason-tttoe
v1.0.1
Published
a game development library
Readme
reason-tttoe
reason-tttoe is a Tic-Tac-Toe engine. This library can be used for game development in the browser, node.js, mobile or native. Its code is mostly a port of my Haskell code.
See Example of how it can be used on the web.
Build
npm install
npm run buildInstall
npm install reason-tttoe --saveUpdate bsconfig.json
...
"bs-dependencies": [
"reason-tttoe"
]
...Run Example
cd example
npm install
npm startthis is how example it looks

Run Tests
npm run test