A very simple zero-player fight simulator between groups of squares.
```sh
USAGE:
pixel_fight
OPTIONS:
-h, --help Print help information
SUBCOMMANDS:
example Dumps an example fight configuration to stdout
run Runs a fight from a configuration file
```
can be installed with rustup/cargo:
sh
cargo install pixel_fight