pixel_fight

Crates.iopixel_fight
lib.rspixel_fight
version0.1.0
sourcesrc
created_at2022-09-03 23:34:26.386723
updated_at2022-09-03 23:34:26.386723
descriptionA very simple zero-player fight simulator between groups of squares.
homepage
repositoryhttps://github.com/MajorBarnulf/pixel_fight
max_upload_size
id658084
size380,115
Matthieu JOLIMAITRE (MajorBarnulf)

documentation

README

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
Commit count: 3

cargo fmt