Skip to content

FourLineCode/tictac-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTac-Go

This is a tic-tac-toe game implementation made using raylib written in Golang.

Run the Game

  • Install required libraries [Ubuntu/Linux only]
bash ./requirements.sh
  • Install dependencies
go mod download
  • Run the game
make
  • Build executable
make build && make run

About

A tic-tac-toe game implementation using raylib written in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published