Tic Tac Go!

A simple Tic Tac Toe game written in Go using SDL2

License Issues GitHub pull requests

Introduction

I just started learning Go, so to get more familiar with it i wrote my first game in it – Tic Tac Go

Quickstart

$ make
$ ./bin/app

Controls

Key Action
Left Mouse Click Place X or O/restart game when the game is over
ESC Quit

Bugs

If you find any bugs, please create an issue and report them.

Dependencies

Make

Run make all to see all the make rules.

GitHub

View Github