- classic Tic Tac Toe game developed in ReasonML using Reason-react library
- created using
Reason-scripts
-
Install ReasonML dependencies
https://reasonml.github.io/docs/en/global-installation.html
-
Clone repo
git clone https://github.com/codinglawyer/reason-tic-tac-toe
-
Install npm dependencies
yarn
-
Start dev server
yarn start
-
Open your browser
http://localhost:3000/
-
Enjoy the game