diff --git a/README.md b/README.md index 77cae90..31b9ebd 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ Through KubeInvaders you can stress your Openshift cluster in a fun way and chec ### How KubeInvaders Works +Automatic mode! +![Alt Text](https://github.com/lucky-sideburn/KubeInvaders/blob/master/kubeinvaders-automode.gif) + ![Alt Text](https://github.com/lucky-sideburn/KubeInvaders/blob/master/kubeinvaders.gif) ### Install KubeInvaders on Openshift diff --git a/kubeinvaders-automode.gif b/kubeinvaders-automode.gif new file mode 100644 index 0000000..00fe08d Binary files /dev/null and b/kubeinvaders-automode.gif differ diff --git a/main/spaceship.script b/main/spaceship.script index 781b3cd..f7bbd91 100644 --- a/main/spaceship.script +++ b/main/spaceship.script @@ -135,7 +135,7 @@ function ai() rand_pod = math.random(100, 1000) end pos = go.get_position() - pos.y = 180 + pos.y = 220 go.set_position(pos) pos.x = rand_pod