jcblocks 0.1.1

Components for constructing block games such as Tetris/BlockBlast.
Documentation
# Blocks

Blocks is a small library of components for building games.

__Examples__:
```
┌─┐ ┌─┬─┐ ┌─┬─┐ ┌─┬─┬─┐ ┌─┬─┬─┐
└─┘ ├─┼─┤ ├─┼─┤ ├─┼─┼─┤ ├─┼─┼─┤
    └─┴─┘ ├─┼─┤ └─┴─┴─┘ ├─┼─┼─┤
          └─┴─┘         └─┴─┴─┘
  ┌─┐  
┌─┼─┼─┐
└─┴─┴─┘

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

See my [TUI](https://github.com/avg-cs-student/jcblocktui) for example usage.