Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/genndy007/tic-tac-goe

Tic-Tac-Toe Golang Implementation (for some golang practice)
https://github.com/genndy007/tic-tac-goe

2player golang pvp strategy tactics tic-tac-toe tui

Last synced: about 1 month ago
JSON representation

Tic-Tac-Toe Golang Implementation (for some golang practice)

Awesome Lists containing this project

README

        

Tic-Tac-Goe
---------------
It's a simple implementation of a classic game for two, Tic-Tac-Toe, but for this time in Golang.

How to run
------------
Way 1:
```
go run .
```
Way 2:
```
go build
./tic-tac-goe
```

Rules
-----------
Just type number of cell you want to place your player, X or O.