Added a folder structure.

Created the estimated number of files needed to complete the Final project.
This commit is contained in:
Falko Victor Habel 2024-04-23 10:25:40 +02:00
parent 8d9fb0d132
commit ac198ec6a8
7 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2024 Fabel
Copyright (c) 2024 Falko Victor Habel
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View File

@ -1,3 +1,4 @@
# TicTacToe
#### Video Demo: <URL HERE>
#### 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.

1
game/gameloop.go Normal file
View File

@ -0,0 +1 @@
package game

1
game/window.go Normal file
View File

@ -0,0 +1 @@
package game

1
gameControl/check.go Normal file
View File

@ -0,0 +1 @@
package gamecontrol

1
main.go Normal file
View File

@ -0,0 +1 @@
package main

1
opponent/minimax.go Normal file
View File

@ -0,0 +1 @@
package opponent