In Progress Double Dragon Mini

The project is currently under development.

MKLIUKANG1

Active member
Double Dragon Mini
Engine:
OpenBOR v.4
Developers: BVD Game
Realease Date: ???
👊 Hey everyone! I want to share the first development updates on my new project built on the OpenBOR v.4 engine. The current working title is Double Dragon Mini (subject to change in the future).
The visuals are heavily inspired by and based on sprites from the cult classic Battletoads & Double Dragon (SNES). In this video, I'm showcasing the starting stage, Rumble City, along with some core gameplay mechanics.
🕹️ Features implemented so far:
  • Billy Lee's Combat System: Basic movement, running, jumping, a powerful running attack, and classic punch combos.
  • Unique Finishers:
    • For the powerhouse Guido — a devastating spinning back kick / spin kick!
    • For the dangerous Linda — a brutal hair-grab attack in the style of old-school entries.
  • Interactive Environment (Stage Gimmick): There are chandeliers hanging from the ceiling in Rumble City. Billy can jump and hang on them, attack while hanging, and if he lands a heavy hit, the chandelier breaks off and crashes to the ground, forcing the player to quickly perform a tactical leap/evasion!
🔥 The project is in active development, and there is still a lot of work to be done on balance, new enemies, movesets, and stages.
👇 Let me know what you think about the chandelier mechanics and finishing moves in the comments below! Any feedback is highly appreciated.


 
Last edited:
DevLog: The Magic of Primitives and the Return of Jimmy
In this update, I’ve focused on the visual effects and expanding the character roster.
  • Jimmy Lee is Ready for Battle: Animations and controls for the second player are fully configured. You can now play through Rumble City in local co-op mode.
  • Lighting via drawbox: To keep the engine light and avoid heavy alpha-channel sprites, I implemented a custom lighting system using engine primitives.
  • Volumetric Light Cone: The light cone is rendered in a loop that draws dozens of horizontal drawbox strips, dynamically adjusting their width. This creates a volumetric "god ray" effect that expands from the lamp to the floor.
  • Retro Charm: I’ve added flicker logic using the rand() function, giving the lights a lively, unstable retro feel.
  • Chandelier Grab Polish: Fixed collision bugs. Now, each player can hang on their own chandelier independently. Additionally, the script instantly stops rendering the light cone the moment a chandelier is broken or destroyed.
 
This type of interaction with the environment is always appreciated.
Since the ground is 2.5D, it would be good if the same was true for the light on the ground which can be deposited in an oval or rounded shape.

Congratulations on your research in programming ;)
 
Back
Top Bottom