Go to file
Falko Victor Habel 983ab4ff65 Added functions to check if a ploayer has won and one to check if the board is full. 2024-04-23 11:34:35 +02:00
game Added a folder structure. 2024-04-23 10:25:40 +02:00
gameControl Added functions to check if a ploayer has won and one to check if the board is full. 2024-04-23 11:34:35 +02:00
opponent Added a folder structure. 2024-04-23 10:25:40 +02:00
.gitignore Initial commit 2024-04-23 08:17:15 +00:00
LICENSE Added a folder structure. 2024-04-23 10:25:40 +02:00
README.md Added a folder structure. 2024-04-23 10:25:40 +02:00
main.go Added a folder structure. 2024-04-23 10:25:40 +02:00

README.md

TicTacToe

Video Demo:

Description:

This is my CS50 Final Project it is a TicTacToe Singleplayer Game with the minimax Algorithm written in GO and the Fyne UI framework.