Skip to content

Simple implementation of the famous game in Go. Project for language learning

Notifications You must be signed in to change notification settings

alright21/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TIC TAC TOE

Simple terminal Tic Tac Toe game created to sharp my go skills. It is improved while I am learning.

How to play

This is how the grid is shown in the game. The goal is to fill a row, column or diagonal, before the other player.

+-----+-----+-----+
|     |     |     |
|     |     |     |
|     |     |     |
+-----+-----+-----+
|     |     |     |
|     |     |     |
|     |     |     |
+-----+-----+-----+
|     |     |     |
|     |     |     |
|     |     |     |
+-----+-----+-----+
  1. Insert your mark as a player (player 1 and player 2). By default player 1 has X and player 2 has O.
  2. play by inserting the position you want to draw your mark (position between 1 and 9).

About

Simple implementation of the famous game in Go. Project for language learning

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages