Gunboat God v2025.8.4

Gunboat God - PC Game Download via Torrent
Early Access FREE DOWNLOAD Latest version TORRENT NEW GAME!!!

Gunboat God Game Free Download Torrent

Gunboat God is a frantic 2D side-scrolling shooter from Janson RAD that puts you in control of a heavily armed aquatic vessel. Your mission is to complete 180 adrenaline-pumping levels and return to the sky citadel. The game features an arsenal of 8 upgradeable weapons, including guns, lasers, bombs, and a devastating vaporizer. There are 70 enemy types and challenging multi-stage boss battles that will test your reflexes and boat handling skills. In addition to basic shooting, you can dash and transform your boat to overcome dangers above and below the water. With 20+ mission types, 10+ unlockable abilities and add-ons, and a Yeti crocodile as your companion, Gunboat God is a chaotic action game designed for just one more try.

NOTE. Uploaded version: 04 August 2025 [v2025.8.4 Playtest]. This is Early Access Release and latest version of game. The game is already Packaged in Installer and ready to run the game after install, read the instruction below.

Game Details

System Requirements

Minimum:
Requires a 64-bit processor and operating system
OS: Windows 10
Processor: Intel Core i5-2400 (2*1066) or equivalent
Memory: 4 MB RAM
Graphics: NVIDIA GeForce GT 130 (512 MB) or equivalent
Storage: 500 MB available space

Recommended:
Requires a 64-bit processor and operating system

Screenshots

Gunboat God - PC Game Screenshot
Gunboat God - PC Game Screenshot
Gunboat God - PC Game Screenshot

Official Trailer

Instructions

1. The first thing we do is download the game files.
2. Unzip the archive to the hard disk. (how to unzip .rar)
3. Wait for the unpacking process to finish.
4. Start the game «Gunboat.God.exe» from game folder.
5. The language changes in the menu.

Download Gunboat God v2025.8.4

Size: 1.13 GB
Downloads:
| Steam Rating:
Game Update History:
  • Gunboat God Playtest → v2025.8.4
  • Gunboat God → Playtest [ 23.03.2025 ]

Daily Updates

Comments 1

Collisions - Dev Blog 4Setting up collisions for enemies and bullets
 
Ah yes, collisions. Every game developer’s favourite topic (that was a joke).
I will never forget the pure agony of the Plesioth hip check in Monster Hunter Freedom Unite. That was my first encounter with an evil hit box in games, and it was seared into my memory for all time.
Thankfully for Gunboat God, I have a few different tools at my disposal to ensure accurate and CPU-efficient collisions.
Enemies
Setting up enemy hit boxes is done on a case by case basis. The larger the enemy, the more accurate the collision method must be.
Small enemies like a beetle or bat only require a rectangle. This is manually adjusted for each of the enemy’s animations. Job done.
 
 
 
Different shapes and sizes
Round enemies can be conveniently given an elliptical collision shape, which can also be adjusted to suit the size of the enemy’s animations. Another job done.
 
 
Precise collision masks
Let’s say I have a gigantic tentacle enemy (which I absolutely do, thank you for asking) a rectangle or ellipse collision shape would be far too inaccurate for fair gameplay. This would also be true for other very large enemies and bosses, the largest of all. Precise collision masks are used for these animations, which don’t require any adjustment because the collision detection is simply based on the pixels in the animation frames, hence the “precision”.
 
 
 
In the above image, you can see that "precise per frame" is the chosen collision method. It looks like the rectangle is being used as the collision method, but it's not. In this case, the rectangle is being used as the area in which precise collisions will be detected. Two collision methods are being used to get the best result. (More on this below).
Extra refinements
There is a problem that can arise from precise collision masks, however. What if pixel-collision is “too precise” for some enemy animations? Take this boss animation for example.
------
Guardian of the Online Empire
Add comment

Add comment

reload, if the code cannot be seen