|
.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
|
f0ad3157f3
Move printing around, gives a more accurate result.
|
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
|
a349d221f1
Bring movePlayer() in to line with the rest.
|
2 年 前 |
|
render.go
|
2e13d93a53
Fixes #4, additional debug
|
2 年 前 |
|
robots.go
|
2c7c17e727
Change game-logic a bit. Reduces trash. Addresses #3 and #11.
|
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 年 前 |