From f204af3fe307a8147817e3fc4abdfef42625d120 Mon Sep 17 00:00:00 2001 From: veden Date: Sun, 21 Aug 2016 15:59:17 -0700 Subject: [PATCH] fixed error in zip package --- README.md | 5 +++++ control.lua | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d778e3..01b986b 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,8 @@ Unit Group Forming Probing Behaviour Against Defenses Player Hunting +# Planned Features + +Tunneling biters +Base Expansion + diff --git a/control.lua b/control.lua index 571dc7c..7659569 100755 --- a/control.lua +++ b/control.lua @@ -10,7 +10,7 @@ local pheromoneUtils = require("libs/PheromoneUtils") local aiDefense = require("libs/AIDefense") local aiAttack = require("libs/AIAttack") local aiBuilding = require("libs/AIBuilding") -local tests = require("Tests") +local tests = require("tests") -- global state references