Skip to content

Commit

Permalink
Minor readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-h-chamberlain committed Oct 7, 2020
1 parent 3e19a82 commit 96ae647
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
[![Latest Release](https://img.shields.io/github/v/release/corewa-rs/corewars?label=latest%20release&include_prereleases&logo=github)](https://github.com/corewa-rs/corewars/releases)
[![Build Status](https://img.shields.io/github/workflow/status/corewa-rs/corewars/ci/develop)](https://github.com/corewa-rs/corewars/actions)

A Rust implementation of [Core Wars](http://www.koth.org/index.html).
A Rust implementation of the classing programming battle game [Core Wars](http://www.koth.org/index.html).

The implementation is based on [this introductory guide](https://vyznev.net/corewar/guide.html) to Redcode, as well as the [pMARS '94 reference](https://corewa.rs/pmars-redcode-94.txt) and an [annotated version](https://corewa.rs/icws94.txt) of the ICWS '94 draft.
The implementation is based on [this introductory guide](http://vyznev.net/corewar/guide.html) to Redcode, as well as the [pMARS '94 reference](https://corewa.rs/pmars-redcode-94.txt) and an [annotated version](https://corewa.rs/icws94.txt) of the ICWS '94 draft.

## Cargo crate

* [corewars](http://corewa.rs/crates/corewars) - the main implementation
* [corewars](https://corewa.rs/crates/corewars) - the main implementation

0 comments on commit 96ae647

Please sign in to comment.