A simple tictactoe implementation in Golang
Player 1 and Player 2 names are required.
These are the board position codes. tl
represents top left position, bm
bottom middle, mr
middle right, and so on.
To start the game, simply with;
make run