A Go version of Robots/Chase.

Sacha Ligthert 1a21f7f145 Update the README.md with some ideas. 2 lat temu
.gitignore f91b585a0f Initial commit 2 lat temu
LICENSE f91b585a0f Initial commit 2 lat temu
README.md 1a21f7f145 Update the README.md with some ideas. 2 lat temu

README.md

rowboz

A clone of the video game Chase/Robots written in Go. Primary goal is to deepen my knowledge and understanding of the Go programming language.

Gameplay

Technology

The tool will be written in Go exploring the following:

  • Deepening my knowledge of Go routines
  • Usage of channels
  • Localities
  • Interfaces
  • Generics (if possible)