Taryro55 / 3d-tic-tac-toe

3D Tic Tac Toe In Go!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

3D Tic Tac Toe In Go!


Languages

Language:Go 100.0%