A Go version of Robots/Chase.

Sacha Ligthert 2e13d93a53 Fixes #4, additional debug hace 2 años
.gitignore f91b585a0f Initial commit hace 2 años
LICENSE f91b585a0f Initial commit hace 2 años
README.md 1a21f7f145 Update the README.md with some ideas. hace 2 años
design.md 62f10f66d6 Added an initial `design.md` hace 2 años
game.go 2e13d93a53 Fixes #4, additional debug hace 2 años
go.mod 86e96a1062 Show at least something. It is a start. hace 2 años
go.sum 86e96a1062 Show at least something. It is a start. hace 2 años
main.go 86e96a1062 Show at least something. It is a start. hace 2 años
player.go 9aad81f7cd Kept editing until it was in a semi-playable. hace 2 años
render.go 2e13d93a53 Fixes #4, additional debug hace 2 años
robots.go 9aad81f7cd Kept editing until it was in a semi-playable. hace 2 años
trash.go 9aad81f7cd Kept editing until it was in a semi-playable. hace 2 años
types.go 9aad81f7cd Kept editing until it was in a semi-playable. hace 2 años

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)