Skip to content

blockbreakerteam/block-breaker-racket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Block Breaker Game Engine (Racket)

A lightweight Racket library for block breaker game mechanics.

Play online: block-breaker-game.com

Installation

raco pkg install block-breaker

Usage

#lang racket
(require block-breaker)

(define-values (blocks paddle ball score lives level)
  (make-game 5 8))

(get-state blocks score lives level)

Related Resources

Block Breaker Game -- Free online block breaker game.

License

MIT

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages