https://github.com/shurcool/tictactoe
Package tictactoe defines the game of tic-tac-toe.
https://github.com/shurcool/tictactoe
game tic-tac-toe
Last synced: 5 months ago
JSON representation
Package tictactoe defines the game of tic-tac-toe.
- Host: GitHub
- URL: https://github.com/shurcool/tictactoe
- Owner: shurcooL
- License: mit
- Created: 2016-06-13T11:44:25.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T04:48:09.000Z (almost 2 years ago)
- Last Synced: 2025-04-26T02:23:42.787Z (6 months ago)
- Topics: game, tic-tac-toe
- Language: Go
- Homepage: https://dmitri.shuralyov.com/projects/tictactoe/
- Size: 203 KB
- Stars: 32
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
tictactoe
=========[](https://pkg.go.dev/github.com/shurcooL/tictactoe)
[](https://travis-ci.org/shurcooL/tictactoe)Package tictactoe defines the game of tic-tac-toe.
Installation
------------```bash
go get github.com/shurcooL/tictactoe
```Directories
-----------| Path | Synopsis |
|-----------------------------------------------------------------------------------|---------------------------------------------------------------|
| [cmd/tictactoe](https://pkg.go.dev/github.com/shurcooL/tictactoe/cmd/tictactoe) | tictactoe plays a game of tic-tac-toe with two players. |
| [player/bad](https://pkg.go.dev/github.com/shurcooL/tictactoe/player/bad) | Package bad contains a bad tic-tac-toe player. |
| [player/human](https://pkg.go.dev/github.com/shurcooL/tictactoe/player/human) | Package human contains a human-controlled tic-tac-toe player. |
| [player/perfect](https://pkg.go.dev/github.com/shurcooL/tictactoe/player/perfect) | Package perfect implements a perfect tic-tac-toe player. |
| [player/random](https://pkg.go.dev/github.com/shurcooL/tictactoe/player/random) | Package random implements a random player of tic-tac-toe. |License
-------- [MIT License](LICENSE)