A Go version of Robots/Chase.

Sacha Ligthert 1b81e0b9a5 Frustratingly trying a few things 2 ani în urmă
bots 11f2a3266a Testing, trying 2 ani în urmă
game 1b81e0b9a5 Frustratingly trying a few things 2 ani în urmă
types 8b8e396710 Start of some code. 2 ani în urmă
.gitignore f91b585a0f Initial commit 2 ani în urmă
LICENSE f91b585a0f Initial commit 2 ani în urmă
README.md 1a21f7f145 Update the README.md with some ideas. 2 ani în urmă
design.md 62f10f66d6 Added an initial `design.md` 2 ani în urmă
go.mod 1b81e0b9a5 Frustratingly trying a few things 2 ani în urmă
go.sum 1b81e0b9a5 Frustratingly trying a few things 2 ani în urmă
main.go 1b81e0b9a5 Frustratingly trying a few things 2 ani în urmă

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)