https://github.com/emptyflash/elmtactoe
Tic tac toe in Elm
https://github.com/emptyflash/elmtactoe
Last synced: 9 months ago
JSON representation
Tic tac toe in Elm
- Host: GitHub
- URL: https://github.com/emptyflash/elmtactoe
- Owner: emptyflash
- License: mit
- Created: 2016-03-31T12:31:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-17T19:01:05.000Z (almost 10 years ago)
- Last Synced: 2025-04-10T23:46:05.762Z (11 months ago)
- Language: Elm
- Size: 80.1 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ElmTacToe
Tic tac toe in Elm with minimax AI
To play, run `elm make src/Main.elm --output elm.js` and open main.html