Commit Graph

15 Commits

Author SHA1 Message Date
Falko Victor Habel 5d553ca386 added Documentation 2024-05-01 19:07:54 +02:00
Falko Victor Habel bfc55afb14 Fixed bug, where the popup window opened twice. 2024-04-29 15:32:13 +02:00
Falko Victor Habel d208a51419 added Icon for the programm. 2024-04-29 11:09:04 +02:00
Falko Victor Habel ae3dfe9e10 replaced the textLabel with a popup 2024-04-29 10:19:59 +02:00
Falko Victor Habel b0b04d23b1 added a custom Theme using the fyne-theme-generator 2024-04-25 08:34:25 +02:00
Falko Victor Habel 4ecbbf4c83 Fixed Bug when the game ends with a draw 2024-04-25 08:33:37 +02:00
Falko Victor Habel a7c1e6d39f changed Camelcase error in Code 2024-04-24 21:28:48 +02:00
Falko Victor Habel 83fe41b820 Gameloop functions implemented to play the game 2024-04-23 21:12:46 +02:00
Falko Victor Habel 562e390db1 added Minimax Algorithm to the game 2024-04-23 14:38:31 +02:00
Falko Victor Habel a377d06903 added go.mod and go.sum file containing dependences 2024-04-23 13:56:49 +02:00
Falko Victor Habel 335e3fe858 First runnable version: Implemented main.go and created basic game window 2024-04-23 13:56:27 +02:00
Falko Victor Habel 8be17d7c7d added a function to create the window for the UI. 2024-04-23 13:54:28 +02:00
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
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
Falko Victor Habel 8d9fb0d132 Initial commit 2024-04-23 08:17:15 +00:00