https://github.com/yael-castro/xogo
The popular game Tic-Tac-Toe written in Golang using bitmasks to represent the board, player moves and the game state.
https://github.com/yael-castro/xogo
bitmask cli golang golang-library tic-tac-toe
Last synced: 6 months ago
JSON representation
The popular game Tic-Tac-Toe written in Golang using bitmasks to represent the board, player moves and the game state.
- Host: GitHub
- URL: https://github.com/yael-castro/xogo
- Owner: yael-castro
- License: mit
- Created: 2022-05-14T06:46:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-03T07:34:16.000Z (about 3 years ago)
- Last Synced: 2025-09-01T12:42:21.166Z (11 months ago)
- Topics: bitmask, cli, golang, golang-library, tic-tac-toe
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XOGO: X, O and GO
[](https://pkg.go.dev/github.com/yael-castro/xogo)
### Overview
The popular xogo Tic-Tac-Toe written in Golang using bitmasks to represent the board, player moves and the xogo state.
### How to use as library
```shell
go get github.com/yael-castro/xogo@latest
```
### How to play
###### Install
```shell
go install github.com/yael-castro/xogo/cmd@latest
```
###### Play
```shell
xogo
```