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

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.

Awesome Lists containing this project

README

          

# XOGO: X, O and GO
[![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg)](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
```