Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sensorario/go-tris

Just a kata to play tris versus a computer
https://github.com/sensorario/go-tris

game golang logging tris

Last synced: about 1 month ago
JSON representation

Just a kata to play tris versus a computer

Awesome Lists containing this project

README

        

# Requirements

This program needs `sensorario/bashutil`. Download and install the package with the following command.

```bash
prompt> go get github.com/sensorario/bashutil
```

# Build the program

```bash
prompt> go build
```

# Execute the program

```bash
prompt> ./go-tris
```