block-breaker-nim

Block Breaker game engine for Nim - https://block-breaker-game.com

Moderate Pure Nim score 50/100 · last commit 2026-04-09 · 0 stars · tests present · no docs generated

Summary

Latest Version Unknown
License Unknown
CI Status Failing
Stars 0
Forks 0
Open Issues 0
Last Commit 2026-04-09
Downloads 0
Last Indexed 2026-09-06 06:05

Installation

nimble install block-breaker-nim
choosenim install block-breaker-nim
git clone https://github.com/blockbreakerteam/block-breaker-nim

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
block-breaker-nim - - - - - - -

README

Block Breaker Game Engine (Nim)

A lightweight Nim library for block breaker game mechanics.

Play online: block-breaker-game.com

Install

nimble install block_breaker

Usage

import block_breaker

let game = newBlockBreaker(5, 8)
let result = game.update(0.016)
echo game.getState()

About

Block Breaker Game -- Free online block breaker arcade game.

License

MIT