jcblocks 0.1.0

Components for constructing block games such as Tetris/BlockBlast.
Documentation
  • Coverage
  • 43.33%
    26 out of 60 items documented3 out of 36 items with examples
  • Size
  • Source code size: 42.19 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.28 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 25s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • avg-cs-student/jcblocks
    0 0 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • avg-cs-student

Blocks

Blocks is a small library of components for building games.

Examples:

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

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

See my TUI for example usage.