Recreation of the classic Battleship table game, written in Go and with online multiplayer support!
Go to file
raul 7b0d6f7501 Pause the project and reorganize files
I realized that I was overly ambitious with the goals I had set for this
project, as I still am far too inexperienced with Go to complete this
project in a clean manner, time to return to the drawing board and study
more about Go itself
2024-03-18 08:15:02 +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
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 Pause the project and reorganize files 2024-03-18 08:15:02 +01:00
singleplayer.go Pause the project and reorganize files 2024-03-18 08:15:02 +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!