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

https://github.com/aburd/tic-tac-go

Tic Tac Toe in go for the terminal
https://github.com/aburd/tic-tac-go

go golang terminal

Last synced: 2 months ago
JSON representation

Tic Tac Toe in go for the terminal

Awesome Lists containing this project

README

          

# tic-tac-go
Tic Tac Toe in go for the terminal

## Running the project

1. git clone
2. go run $GOPATH/src/github.com/aburd/tictacgo/cmd/main.go

## Still lacks

1. Used space checking
2. Diagonal tic tac toe checking
3. Decent UI