published 2025-06-30
Added gameplay versus bots in the Sea Battle Game
We are excited to inform you that we’ve released a new game mode with bots for the Sea Battle Game! You can now challenge four difficulty levels: Hacker, Hard, Average, and Easy.
The main reason we introduced bots is to give you the opportunity to test Sea Battle gameplay before inviting your friends to play!
Sharing Some Internal Insights
This feature was an interesting technical challenge.
Here are a few behind-the-scenes details about the project:
- We use pure Go (Golang) for the backend logic of Sea Battle.
- In simulated battles between the “Hacker” and “Hard” bot levels, the “Hacker” achieves a 60% win rate.
- The game logic is thoroughly tested. Our latest test run showed 94% code coverage.