Skip to content

Taryro55/3d-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe but on 3D!

A hopefully not messy implementation of the 3D Tic Tac Toe concept in Go, using Raylib.

Usage


Dependencies


Instalation


Folder Structure


  • ./scr/api is used for intercomunication between packages. Used when a package need something thats not on core.
  • ./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.

Releases

No releases published

Packages

No packages published

Languages