TUI tictactoe
Go to file
hedy e5a78f3bd1
Merge branch 'main' of rtc remote
2022-04-01 00:58:35 +00:00
.gitignore Orphanage 2022-03-28 19:01:32 +08:00
LICENSE Fixup license year (oops) 2022-04-01 00:58:31 +00:00
README.md Add installation instructions 2022-03-29 13:11:26 +08:00
demo.cast Use a better demo 2022-03-30 20:33:53 +08:00
demo.svg Use a better demo 2022-03-30 20:33:53 +08:00
go.mod Orphanage 2022-03-28 19:01:32 +08:00
go.sum Orphanage 2022-03-28 19:01:32 +08:00
main.go Apply gofmt 2022-03-30 20:34:58 +08:00

README.md

Simple tictactoe TUI implementation

demo svg

It sort of works, but it doesn't have winner functionality yet (lol)

TODO: do getWinner()

install

  1. Install go
  2. Clone repo
  3. go build