Skip to content

blockbreakerteam/block-breaker-d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

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 -- Free online block breaker game. Play classic breakout-style arcade action in your browser.

License

MIT

About

Block Breaker game engine library for D language - https://block-breaker-game.com

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages