A very simple zero-player fight simulator between groups of squares.
Find a file
2022-09-04 01:34:04 +02:00
assets added readme & cargo metadata 2022-09-04 01:33:03 +02:00
fight_configs init 2022-09-04 01:12:34 +02:00
src init 2022-09-04 01:12:34 +02:00
.gitignore init 2022-09-04 01:12:34 +02:00
Cargo.lock init 2022-09-04 01:12:34 +02:00
Cargo.toml added repo 2022-09-04 01:34:04 +02:00
README.md added readme & cargo metadata 2022-09-04 01:33:03 +02:00

Pixel Fight /rs

capture

Description

A very simple zero-player fight simulator between groups of squares.

Usage

    USAGE:
        pixel_fight <SUBCOMMAND>

    OPTIONS:
        -h, --help    Print help information

    SUBCOMMANDS:
        example    Dumps an example fight configuration to stdout
        run        Runs a fight from a configuration file

Installation

can be installed with rustup/cargo:

cargo install pixel_fight