Added a folder structure.
Created the estimated number of files needed to complete the Final project.
This commit is contained in:
parent
8d9fb0d132
commit
ac198ec6a8
2
LICENSE
2
LICENSE
|
@ -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:
|
||||
|
||||
|
|
|
@ -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.
|
|
@ -0,0 +1 @@
|
|||
package game
|
|
@ -0,0 +1 @@
|
|||
package game
|
|
@ -0,0 +1 @@
|
|||
package gamecontrol
|
|
@ -0,0 +1 @@
|
|||
package opponent
|
Loading…
Reference in New Issue