corewars

Latest Crates.io Release Latest Github Release Build Status

A CLI interface for playing the classic programming battle game Core Wars.

See the website or the Github repo for more details.

Usage

```txt Parse, assemble, and save Redcode files

USAGE: corewars

FLAGS: -h, --help Prints help information -V, --version Prints version information

ARGS: Input file; use "-" to read from stdin

SUBCOMMANDS: dump Save/print a program in "load file" format help Prints this message or the help of the given subcommand(s) ```

dump Usage

```txt Save/print a program in "load file" format

USAGE: corewars dump [FLAGS] [OPTIONS]

FLAGS: -h, --help Prints help information -E, --no-expand Whether labels, expressions, macros, etc. should be resolved and expanded in the output -V, --version Prints version information

OPTIONS: -o, --output-file Output file; defaults to stdout ("-") [default: -] ```