Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 496 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 496 Bytes

Reason Tic Tac Toe

  • classic Tic Tac Toe game developed in ReasonML using Reason-react library
  • created using Reason-scripts
  1. Install ReasonML dependencies

    https://reasonml.github.io/docs/en/global-installation.html

  2. Clone repo

    git clone https://github.com/codinglawyer/reason-tic-tac-toe

  3. Install npm dependencies

    yarn

  4. Start dev server

    yarn start

  5. Open your browser

    http://localhost:3000/

  6. Enjoy the game