Recreation of the classic Battleship table game, written in Go and with online multiplayer support!
Go to file
raul 666d4c18c5 Fixed win condition not applying properly
Players could only win if they bombed every single cell, now they
actually win when they manage to find every ship
2024-03-17 11:27:25 +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 Updated README.md 2024-03-11 08:45:03 +01:00
client.go Preparing all basic files 2024-03-11 08:43:14 +01:00
game.go Fixed win condition not applying properly 2024-03-17 11:27:25 +01:00
go.mod Preparing all basic files 2024-03-11 08:43:14 +01:00
main.go Create main menu for the game 2024-03-12 12:16:33 +01:00
server.go Trying to get the server to work 2024-03-16 11:59:57 +01:00
singleplayer.go Added coordinate selection for main game 2024-03-14 11:26:41 +01:00
tools.go Adding utilities file 2024-03-11 21:46:09 +01:00

README.md

[WIP] Battleship

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