Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/genndy007/tic-tac-goe
- Owner: genndy007
- Created: 2020-07-16T17:57:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T07:37:49.000Z (over 4 years ago)
- Last Synced: 2023-03-04T14:26:20.712Z (almost 2 years ago)
- Topics: 2player, golang, pvp, strategy, tactics, tic-tac-toe, tui
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.