Recreation of the classic Battleship table game, written in Go and with online multiplayer support!
Go to file
raul fc50027b39 Preparing all basic files 2024-03-11 08:43:14 +01:00
.gitignore Initial commit 2024-03-11 08:35:09 +01:00
LICENSE Initial commit 2024-03-11 08:35:09 +01:00
README.md Initial commit 2024-03-11 08:35:09 +01:00
client.go Preparing all basic files 2024-03-11 08:43:14 +01:00
go.mod Preparing all basic files 2024-03-11 08:43:14 +01:00
main.go Preparing all basic files 2024-03-11 08:43:14 +01:00
server.go Preparing all basic files 2024-03-11 08:43:14 +01:00
tools.go Preparing all basic files 2024-03-11 08:43:14 +01:00

README.md

battleship

Recreation of the classic Battleship table game, written in Go and with online multiplayer support!