A Go version of Robots/Chase.

Sacha Ligthert 6a5db168e9 Pre-sleep note-to-self преди 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 години
game.go 6a5db168e9 Pre-sleep note-to-self преди 2 години
go.mod 86e96a1062 Show at least something. It is a start. преди 2 години
go.sum 86e96a1062 Show at least something. It is a start. преди 2 години
main.go 86e96a1062 Show at least something. It is a start. преди 2 години
player.go d77d84a891 Simplified the teleport function. Closes #5 преди 2 години
render.go 2e13d93a53 Fixes #4, additional debug преди 2 години
robots.go 371de84218 Score whenever a robot gets destroyed. Closes #7. преди 2 години
trash.go 9aad81f7cd Kept editing until it was in a semi-playable. преди 2 години
types.go 9aad81f7cd Kept editing until it was in a semi-playable. преди 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)