jcblocks

Crates.iojcblocks
lib.rsjcblocks
version0.1.1
created_at2025-08-24 17:03:19.0352+00
updated_at2025-09-16 12:22:55.989378+00
descriptionComponents for constructing block games such as Tetris/BlockBlast.
homepage
repositoryhttps://github.com/avg-cs-student/jcblocks
max_upload_size
id1808610
size42,683
Justin Cromer (avg-cs-student)

documentation

README

Blocks

Blocks is a small library of components for building games.

Examples:

┌─┐ ┌─┬─┐ ┌─┬─┐ ┌─┬─┬─┐ ┌─┬─┬─┐
└─┘ ├─┼─┤ ├─┼─┤ ├─┼─┼─┤ ├─┼─┼─┤
    └─┴─┘ ├─┼─┤ └─┴─┴─┘ ├─┼─┼─┤
          └─┴─┘         └─┴─┴─┘
  ┌─┐  
┌─┼─┼─┐
└─┴─┴─┘

┌─┬─┐    ┌─┬─┬─┐   ┌─┬─┬─┬─┐  ┌─┬─┬─┬─┬─┐
└─┴─┘    └─┴─┴─┘   └─┴─┴─┴─┘  └─┴─┴─┴─┴─┘

See my TUI for example usage.

Commit count: 10

cargo fmt