A Go version of Robots/Chase.

Sacha Ligthert 84a9ee5c52 Refactored how robots are handled. Closes #3 %!s(int64=2) %!d(string=hai) anos
.gitignore f91b585a0f Initial commit %!s(int64=2) %!d(string=hai) anos
LICENSE f91b585a0f Initial commit %!s(int64=2) %!d(string=hai) anos
README.md 1a21f7f145 Update the README.md with some ideas. %!s(int64=2) %!d(string=hai) anos
design.md 62f10f66d6 Added an initial `design.md` %!s(int64=2) %!d(string=hai) anos
game.go adefe7bd20 Disable trash debug for now. %!s(int64=2) %!d(string=hai) anos
go.mod 86e96a1062 Show at least something. It is a start. %!s(int64=2) %!d(string=hai) anos
go.sum 86e96a1062 Show at least something. It is a start. %!s(int64=2) %!d(string=hai) anos
main.go 86e96a1062 Show at least something. It is a start. %!s(int64=2) %!d(string=hai) anos
player.go a349d221f1 Bring movePlayer() in to line with the rest. %!s(int64=2) %!d(string=hai) anos
render.go 2e13d93a53 Fixes #4, additional debug %!s(int64=2) %!d(string=hai) anos
robots.go 84a9ee5c52 Refactored how robots are handled. Closes #3 %!s(int64=2) %!d(string=hai) anos
trash.go 84a9ee5c52 Refactored how robots are handled. Closes #3 %!s(int64=2) %!d(string=hai) anos
types.go 84a9ee5c52 Refactored how robots are handled. Closes #3 %!s(int64=2) %!d(string=hai) anos

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)