diff options
author | Emile <hanemile@protonmail.com> | 2020-02-22 13:45:22 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2020-02-22 13:45:22 +0100 |
commit | 40ebb15decf2f30a27505afe07f71793c1c4b297 (patch) | |
tree | 9591bbd191591994f1e0bbcc8011a4eee8970f51 /README.md | |
parent | f95754370e245b5338bfb2c5c6020606e897cc77 (diff) |
basic information
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md index e14148a..c62ef7b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # genetic_r2_bots -building r2 bots using genetic algorithms \ No newline at end of file +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). \ No newline at end of file |