Go to file
Falko Victor Habel d208a51419 added Icon for the programm. 2024-04-29 11:09:04 +02:00
game replaced the textLabel with a popup 2024-04-29 10:19:59 +02:00
gameControl changed Camelcase error in Code 2024-04-24 21:28:48 +02:00
opponent changed Camelcase error in Code 2024-04-24 21:28:48 +02:00
resources added Icon for the programm. 2024-04-29 11:09:04 +02:00
theme added a custom Theme using the fyne-theme-generator 2024-04-25 08:34:25 +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.