Click to play the game

Game Details

Platform
Web Browser
Engine
Unity
Controls
Left Mouse - Select & Drag
Right Mouse - Connect
Spacebar - Move Forward
Q E - Rotate
Status
Indefinite hold

About

Modular Spaceship Builder is a physics-based spaceship construction and combat game inspired by Captain Forever. Players can construct their own unique spacecraft by connecting various modules and engage in strategic space battles where mobility and tactical decisions are key to success.

Development Journey

The project began as an homage to Captain Forever but evolved into its own unique challenge. The development process revealed the complexities of creating a physics-based modular building system, particularly when dealing with Unity's Rigidbody spring system for component connections. While the project didn't achieve its original vision, it proved to be an invaluable learning experience in managing complex physical interactions in a modular design system.

Captain Forever

Combat System

When designing the game, I envisioned three distinct types of weapons. The goal was to create a weapon trifecta, where rapid-firing weapons shine in the early game but are gradually outclassed by slower, more powerful spread weapons as enemy blocks gain increased health.

Another weapon is a missile launcher that locks onto the enemy ship's "heart." Once locked, the missile homes in on the target. Destroying an enemy's heart allows players to salvage all undestroyed blocks connected to it and integrate them into their own ship.

As shown in the GIFs below, mobility is a critical aspect of combat. Staying in the line of fire is rarely effective; instead, outmaneuvering enemies to target their weak points is often the best strategy.

Movement Mechanics

I had mixed feelings about the autofiring feature. If I were to recreate this project, I would remove it, as it detracts from the mobility-focused combat. Positioning your ship strategically was intended to be a more critical aspect of gameplay.


Combat in the game emphasizes mobility and strategic positioning. The game features four distinct weapon types, each serving different tactical purposes:

  • Basic single-shot laser: Entry-level weapon with balanced damage, perfect for slow combat
  • Rapid-firing laser: Low damage per shot but excellent for quickly eliminating weaker targets
  • Spread-shot shotgun: Powerful close-range weapon that becomes increasingly effective against higher health enemies
  • Homing missile system: Advanced weapon that locks onto enemy ships' "hearts" for critical damage

Technical Challenges

Initially, I used Unity's built-in Rigidbody spring system to connect ship components, which seemed like a practical solution. However, this approach revealed significant limitations. As more physics objects were added, the ship's structural integrity became increasingly unstable. Each new component would cause unexpected interactions, ultimately causing the entire ship to destabilize.

  • Physics Integration: Maintaining structural integrity as more components were added to ships
  • Save System Complexity: Issues with the save/load feature when new modular pieces were added
  • Movement Balance: Auto-firing feature impacts on mobility-based combat focus

Development Images

Below are some development images from the project:

Main Screenshot
Combat Mechanics Building System Space Combat Development Challenges