a game of tictactoe lol
Find a file
2025-08-19 09:01:13 +02:00
go.mod migrate to git.brloh.is 2025-08-19 09:01:13 +02:00
go.sum migrate to git.brloh.is 2025-08-19 09:01:13 +02:00
LICENSE migrate to git.brloh.is 2025-08-19 09:01:13 +02:00
main.go fixed icantfindagirlfriend mode 2021-01-10 12:05:13 +01:00
README.md introvert mode 2021-01-06 17:50:53 +01:00

TicTacToe

a game of tictactoe lol

How to run

you'll need to have a go compiler bruh, it should be reasonably new.

then open a terminal (or if you are on mustdieOS, it's called cmd.exe) and run go run main.go or to get an executable go build.

How to play

when the game asks you to play, just input you preferred field to play in the format of R C where R is the row and C is the column.

if you don't have a friend to play with you, you can just play with a random number generator. Just type y when the game asks you to.