A Go version of Robots/Chase.

Sacha Ligthert 11f2a3266a Testing, trying пре 2 година
bots 11f2a3266a Testing, trying пре 2 година
game 11f2a3266a Testing, trying пре 2 година
types 8b8e396710 Start of some code. пре 2 година
.gitignore f91b585a0f Initial commit пре 2 година
LICENSE f91b585a0f Initial commit пре 2 година
README.md 1a21f7f145 Update the README.md with some ideas. пре 2 година
design.md 62f10f66d6 Added an initial `design.md` пре 2 година
go.mod 11f2a3266a Testing, trying пре 2 година
go.sum 11f2a3266a Testing, trying пре 2 година
main.go 11f2a3266a Testing, trying пре 2 година

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)