Skip to content

Zakaria-097/go-tictactoe

Folders and files

NameName
Last commit message
Last commit date
Apr 15, 2023
Apr 25, 2023
Apr 15, 2023
Apr 25, 2023
Apr 25, 2023
Apr 25, 2023
Apr 15, 2023

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