Go to file
Falko Victor Habel ac198ec6a8 Added a folder structure.
Created the estimated number of files needed to complete the Final project.
2024-04-23 10:25:40 +02:00
game Added a folder structure. 2024-04-23 10:25:40 +02:00
gameControl Added a folder structure. 2024-04-23 10:25:40 +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.