Categorygithub.com/FourLineCode/tictac-go
repository
0.0.0-20210613222445-9ef19004bebd
Repository: https://github.com/fourlinecode/tictac-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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