block-breaker 1.0.0

A lightweight D library for block breaker game mechanics, ball physics, and collision detection.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

Block Breaker Game Engine (D)

A lightweight D library for block breaker game mechanics, ball physics, paddle control, and collision detection.

Play online: [block-breaker-game.com](https://block-breaker-game.com)

Installation

Add to your dub.json:

{
    "dependencies": {
        "block-breaker": "~>1.0.0"
    }
}

Or with dub.sdl:

dependency "block-breaker" version="~>1.0.0"

Usage

import blockbreaker;

auto game = new BlockBreaker(5, 8);
string result = game.update(0.016);
auto state = game.getState();

[Block Breaker Game](https://block-breaker-game.com) -- Free online block breaker game. Play classic breakout-style arcade action in your browser.

License

MIT

Authors:
  • Block Breaker Team
Dependencies:
none
Versions:
1.0.0 2026-Apr-09
~master 2026-Apr-09
Show all 2 versions
Download Stats:
  • 0 downloads today

  • 2 downloads this week

  • 2 downloads this month

  • 2 downloads total

Score:
0.0
Short URL:
block-breaker.dub.pm