Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sensorario/go-tris
- Owner: sensorario
- Created: 2016-05-17T04:06:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T05:59:16.000Z (over 5 years ago)
- Last Synced: 2024-06-20T13:37:06.684Z (5 months ago)
- Topics: game, golang, logging, tris
- Language: Go
- Homepage:
- Size: 5.77 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
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
```