Crates.io | corewars |
lib.rs | corewars |
version | 0.2.0 |
source | src |
created_at | 2020-10-07 04:37:39.637952 |
updated_at | 2020-10-11 22:20:02.117846 |
description | The classic programming battle game Core Wars |
homepage | https://corewa.rs/ |
repository | https://github.com/corewa-rs/corewars |
max_upload_size | |
id | 296820 |
size | 32,302 |
A CLI interface for playing the classic programming battle game Core Wars.
See the website or the Github repo for more details.
Parse, assemble, and save Redcode files
USAGE:
corewars <input-file> <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
ARGS:
<input-file> 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
UsageSave/print a program in "load file" format
USAGE:
corewars <input-file> 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> Output file; defaults to stdout ("-") [default: -]