From 907f5bc763959c3cc2196329a600a8afedebac5a Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 19 Jun 2020 19:33:52 +0200 Subject: removed genetic aspect, might add back later --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2af992d..e2887cb 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,16 @@ -# genetic_r2_bots - -building r2 bots using genetic algorithms - ## r2wars The goal of r2wars is to place two bots in as shared memory space and let them battle against each other until one of them cannot run anymore, because of some kind of broken instruction. -A more informal README can be found [here](https://github.com/radareorg/radare2-extras/tree/master/r2wars). +A more informal README can be found +[here](https://github.com/radareorg/radare2-extras/tree/master/r2wars). ## Usage -You'll probably first of all want to simply play with the two provided bots. In order to do so, run the game like this: +You'll probably first of all want to simply play with the two provided bots. In +order to do so, run the game like this: ```go go run ./... -t 1s -v ./bots/warrior0.asm ./bots/warrior1.asm @@ -42,4 +40,4 @@ Usage of src: debug -vvv trace -``` \ No newline at end of file +``` -- cgit 1.4.1