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();
Related Resources
[Block Breaker Game](https://block-breaker-game.com) -- Free online block breaker game. Play classic breakout-style arcade action in your browser.
License
MIT
- Registered by Block Breaker Team
- 1.0.0 released 8 days ago
- blockbreakerteam/block-breaker-d
- block-breaker-game.com
- MIT
- Copyright 2026 Block Breaker Team
- Authors:
- Dependencies:
- none
- Versions:
-
Show all 2 versions1.0.0 2026-Apr-09 ~master 2026-Apr-09 - 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