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

https://github.com/roylee0704/tic-tac-toe

tic-tac-toe console game in Go.
https://github.com/roylee0704/tic-tac-toe

Last synced: 2 months ago
JSON representation

tic-tac-toe console game in Go.

Awesome Lists containing this project

README

        

# tic-tac-toe
tic-tac-toe console game in Go.

## Specs

1. Board, [3][3]char
- alphabet = {mark, dimension}
- generic board.

2. Judge
- {column, diagonal, row, available}

3. Player
- {mark, symbol}