From 08a82a49af3218827b97f0c4d86b9de84755e077 Mon Sep 17 00:00:00 2001 From: htom Date: Mon, 28 Jul 2025 10:11:08 +0200 Subject: [PATCH] Readme update 4 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4970ea8..f074c81 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ It uses the uv package manager. The bottom grid is the player's grid. The yellow dots will show the position of your fleet. Green dots will show where the enemy fired and missed. Red dots will show if the enemy hit your ship. The top grid is your enemy's grid. Red dots will show if you hit your enemy's ship, and green dot if you missed. +## Last bit of info This game was made for the boot.dev 2025 summer hackathon. This is my first major project that I have written without any kind of tutorial (or ai). I am happy with what I have achieved, but not satisfied! I know the code is a mess and there are a lot of things I could have done better. I will fix them later, or just rewrite the whole thing to be better. Anyways, this was really fun to make, and to those who try out this really basic and simple game, I hope you enjoy it for what it is, and thank you for trying it out even if you do not vote for it.