From 8f27c14a5d828a7f82590f1ba105fc1127886e69 Mon Sep 17 00:00:00 2001 From: Robert Lowry Date: Sun, 17 Nov 2024 10:11:07 -0600 Subject: [PATCH] README.md: more updates --- README.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 7d4d47f..d09ff78 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ are many other implementations but I wanted to meet the following requirements: 1. A thread-safe library implementing the MARS mechanics. 2. Strong compliance to standards, with R/W limits and '88 rules enforcment. 3. Reporting hooks to support custom front-ends and analysis engines. -4. A modern visual simulator. +4. A modern visual simulator front-end. ## Running the Simulator @@ -82,19 +82,6 @@ warrior with the number of wins and ties: 0 0 ``` -## Install - -You can use `go install` to build and install the executables from the latest -release: - -``` -# vmars - Visual MARS simulator -go install github.com/bobertlo/gmars/cmd/vmars@latest - -# gmars - command line MARS -go install github.com/bobertlo/gmars/cmd/gmars@latest -``` - ## Implemented Features - Compilation of code compliant with the ICWS'94 standard specification @@ -195,4 +182,4 @@ Load code tests were done with the 94nop and 88 [Koenigstuhl](https://asdflkj.net/COREWAR/koenigstuhl.html) hills. I found a single warrior [Rush (11,1)](https://asdflkj.net/COREWAR/94/HILL32/rush_11_1.red) that has -inconsistent outcomes. +inconsistent outcomes, which I am stil investigating.