Skip to content
This repository was archived by the owner on Nov 2, 2025. It is now read-only.

Commit 6fa9668

Browse files
author
Battleship Bot
committed
💥 @TheM1ddleM1n: F7 - Hit
1 parent 6ab3f15 commit 6fa9668

File tree

5 files changed

+23
-15
lines changed

5 files changed

+23
-15
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Sink ships, climb the leaderboard, and flex your strategic genius — all from t
4444
| C |||||||||||
4545
| D |||||||||||
4646
| E |||||||||||
47-
| F ||||||| ||||
47+
| F ||||||| 💥 ||||
4848
| G |||||||||||
4949
| H |||||||||||
5050
| I |||||||||||
@@ -57,7 +57,7 @@ Sink ships, climb the leaderboard, and flex your strategic genius — all from t
5757
### 🚢 Fleet Status
5858

5959
- 🛳️ **CARRIER** (5 cells): 💀 **SUNK**
60-
-**BATTLESHIP** (4 cells): ✅ Afloat
60+
-**BATTLESHIP** (4 cells): 🔥 **1/4** damaged
6161
- 🔱 **SUBMARINE** (3 cells): ✅ Afloat
6262
- ⛴️ **DESTROYER** (2 cells): ✅ Afloat
6363
- 🛥️ **PATROL** (2 cells): ✅ Afloat
@@ -68,11 +68,11 @@ Sink ships, climb the leaderboard, and flex your strategic genius — all from t
6868
<!-- GAME_STATS_START -->
6969
### 📊 Game Statistics
7070

71-
- 🎯 **Ship Cells Remaining:** 11/16
72-
- 🎲 **Total Moves:** 8
73-
- 💥 **Total Hits:** 5
71+
- 🎯 **Ship Cells Remaining:** 10/16
72+
- 🎲 **Total Moves:** 9
73+
- 💥 **Total Hits:** 6
7474
- 🌊 **Total Misses:** 3
75-
- 📈 **Community Accuracy:** 62.5%
75+
- 📈 **Community Accuracy:** 66.7%
7676
- 👥 **Active Players:** 1
7777
<!-- GAME_STATS_END -->
7878

@@ -81,6 +81,7 @@ Sink ships, climb the leaderboard, and flex your strategic genius — all from t
8181
<!-- HISTORY_MOVES_START -->
8282
### 📜 Recent Moves
8383

84+
- 💥 @TheM1ddleM1n: `F7` - Hit (battleship)
8485
- 💥 @TheM1ddleM1n: `B9` - Hit (carrier)
8586
- 💥 @TheM1ddleM1n: `B8` - Hit (carrier)
8687
- 💥 @TheM1ddleM1n: `B7` - Hit (carrier)
@@ -98,7 +99,7 @@ Sink ships, climb the leaderboard, and flex your strategic genius — all from t
9899
<!-- LEADERBOARD_START -->
99100
| Rank | Player | 🖼️ Avatar | 🏹 Hits | 💦 Misses | 🎯 Accuracy | 🔥 Streak | 🚢 Sunk |
100101
|------|--------|-----------|----------|------------|--------------|------------|----------|
101-
| 🥇 | @TheM1ddleM1n 🔥 Hot Streak 🚢 Ship Sinker | <img src='https://github.com/TheM1ddleM1n.png' width='32' height='32'> | 5 | 3 | 0.62 | 5 | 1 |
102+
| 🥇 | @TheM1ddleM1n 🔥 Hot Streak 🚢 Ship Sinker | <img src='https://github.com/TheM1ddleM1n.png' width='32' height='32'> | 6 | 3 | 0.67 | 6 | 1 |
102103
<!-- LEADERBOARD_END -->
103104

104105
---
@@ -108,7 +109,7 @@ Sink ships, climb the leaderboard, and flex your strategic genius — all from t
108109
<!-- ALL_TIME_START -->
109110
| Rank | Player | 🏹 Total Hits | 🏆 Wins | 🎮 Games | 🔥 Best Streak | 🚢 Ships Sunk |
110111
|------|--------|---------------|---------|----------|----------------|----------------|
111-
| 👑 | @TheM1ddleM1n | 7 | 0 | 0 | 5 | 1 |
112+
| 👑 | @TheM1ddleM1n | 8 | 0 | 0 | 6 | 1 |
112113
<!-- ALL_TIME_END -->
113114

114115
---

game/board.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"F4": "",
5656
"F5": "",
5757
"F6": "",
58-
"F7": "",
58+
"F7": "X",
5959
"F8": "",
6060
"F9": "",
6161
"F10": "",

game2/all_time_leaderboard.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"TheM1ddleM1n": {
33
"username": "TheM1ddleM1n",
4-
"total_hits": 7,
4+
"total_hits": 8,
55
"total_misses": 8,
66
"ships_sunk": 1,
77
"games_won": 0,
88
"games_played": 0,
9-
"best_streak": 5
9+
"best_streak": 6
1010
}
1111
}

game2/leaderboard.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"TheM1ddleM1n": {
3-
"hits": 5,
3+
"hits": 6,
44
"misses": 3,
5-
"streak": 5,
5+
"streak": 6,
66
"username": "TheM1ddleM1n",
77
"ships_sunk": 1,
88
"games_won": 0,
99
"games_played": 0,
10-
"accuracy": 0.62,
11-
"last_move": "2025-10-10T18:24:08.795128+00:00"
10+
"accuracy": 0.67,
11+
"last_move": "2025-10-10T20:33:53.954960+00:00"
1212
}
1313
}

game2/move_history.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,12 @@
5454
"result": "Hit",
5555
"ship": "carrier",
5656
"timestamp": "2025-10-10T18:24:08.795128+00:00"
57+
},
58+
{
59+
"username": "TheM1ddleM1n",
60+
"move": "F7",
61+
"result": "Hit",
62+
"ship": "battleship",
63+
"timestamp": "2025-10-10T20:33:53.954960+00:00"
5764
}
5865
]

0 commit comments

Comments
 (0)