From dbfae960225f64698de702d08e32f3c84e24a51d Mon Sep 17 00:00:00 2001 From: pkali Date: Tue, 30 Aug 2022 00:21:13 -0400 Subject: [PATCH] readme updt --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index fe9e2ad..9c285a7 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,23 @@ With the advent of [fujinet](https://fujinet.online/) we are thinking about maki ## Changes: +###### Version 1.13 +2022-08-30 + +Getting ready for porting the game! + +Several heavy optimizations and code cleanups in preparation for an unexpected port. + +Changes: +* Overhaul of AI - Cyborgs, Spoilers, and Choosers aim much better. +* Cyborgs prefer to kill humans. +* Fine tuning of AI purchases makes the difficulty level aligned with the robot level. +* Fixed a very difficult and elusive bug that was causing tanks to freeze when falling close to the right edge of the screen fixed. +* Updated music by @Miker +* It is now possible to enter tank names with a joystick - all essential game functions are available without touching the keyboard! +* Manuals updated with AI strategy information and more. + + ###### Version 1.12 2022-08-24