Go to file
Falko Victor Habel 562e390db1 added Minimax Algorithm to the game 2024-04-23 14:38:31 +02:00
game added a function to create the window for the UI. 2024-04-23 13:54:28 +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 Minimax Algorithm to the game 2024-04-23 14:38:31 +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
go.mod added go.mod and go.sum file containing dependences 2024-04-23 13:56:49 +02:00
go.sum added go.mod and go.sum file containing dependences 2024-04-23 13:56:49 +02:00
main.go First runnable version: Implemented main.go and created basic game window 2024-04-23 13:56:27 +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.