Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 440 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 440 Bytes

go-tictactoe

A simple tictactoe implementation in Golang

Getting started

Enter Player Names

Player 1 and Player 2 names are required.

Board Codes

These are the board position codes. tl represents top left position, bm bottom middle, mr middle right, and so on.

Start the game

To start the game, simply with;

  • make run