An open API service indexing awesome lists of open source software.

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

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
```