Skip to content

Zakaria-097/go-tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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