https://github.com/ariebovenberg/xo
❌ Haskell tic-tac-toe
https://github.com/ariebovenberg/xo
Last synced: 3 months ago
JSON representation
❌ Haskell tic-tac-toe
- Host: GitHub
- URL: https://github.com/ariebovenberg/xo
- Owner: ariebovenberg
- License: bsd-3-clause
- Created: 2018-05-13T10:24:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-22T15:56:22.000Z (over 6 years ago)
- Last Synced: 2025-01-11T11:48:06.222Z (4 months ago)
- Language: Haskell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# XO
A toy tic-tac-toe program.
## Setup
```bash
cabal sandbox init
cabal build
```## Tests
```bash
cabal configure --enable-tests
cabal install tasty tasty-hunit
cabal test
```