Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 548 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 548 Bytes

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.