/go-learning

Repository to learn and try out Go

Primary LanguageGo

Go learning projects

by Martijn Wiekens

Tic Tac Toe

Simple TicTacToe game with AI to play against See tictactoe

Four In A Row

Like TicTacToe See fourinarow

Intersection

A Traffic controller for a road intersection. This intersection has 4 roads with multiple lanes. Traffic appears random on each lane. The traffic controller manages all the traffic lights to make sure the traffic runs smoothly. See intersection