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.
- Host: GitHub
- URL: https://github.com/roylee0704/tic-tac-toe
- Owner: roylee0704
- License: mit
- Created: 2016-02-15T14:54:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-17T04:53:48.000Z (about 9 years ago)
- Last Synced: 2024-12-27T23:09:31.762Z (4 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}