raul
c1a84a47d5
Definitely been struggling with this for a while, I need to keep a matrix with all the ships and one with nothing so I can slowly change the hidden one until a comparison with the real one yields true, signifying the end of the game. |
||
---|---|---|
.gitignore | ||
LICENSE | ||
README.md | ||
client.go | ||
game.go | ||
go.mod | ||
main.go | ||
server.go | ||
tools.go |
README.md
[WIP] Battleship
Recreation of the classic Battleship table game, written in Go and with online multiplayer support!