A hopefully not messy implementation of the 3D Tic Tac Toe concept in Go, using Raylib.
./scr/api
is used for intercomunication between packages. Used when a package need something thats not oncore
../scr/core
contains shared functionality between packages../scr/gui
handles any graphical tasks../scr/logic
deals with most of the backend../scr
contains the central code.