summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--2019-worms/.gitignore (renamed from .gitignore)0
-rw-r--r--2019-worms/Cargo.lock (renamed from Cargo.lock)0
-rw-r--r--2019-worms/Cargo.toml (renamed from Cargo.toml)0
-rw-r--r--2019-worms/Makefile (renamed from Makefile)0
-rw-r--r--2019-worms/README.md (renamed from README.md)0
-rw-r--r--2019-worms/bot.json (renamed from bot.json)0
-rw-r--r--2019-worms/src/bin/benchmark.rs (renamed from src/bin/benchmark.rs)0
-rw-r--r--2019-worms/src/bin/explore-config.rs (renamed from src/bin/explore-config.rs)0
-rw-r--r--2019-worms/src/command.rs (renamed from src/command.rs)0
-rw-r--r--2019-worms/src/constants.rs (renamed from src/constants.rs)0
-rw-r--r--2019-worms/src/constants/lava.rs (renamed from src/constants/lava.rs)0
-rw-r--r--2019-worms/src/game.rs (renamed from src/game.rs)0
-rw-r--r--2019-worms/src/game/map.rs (renamed from src/game/map.rs)0
-rw-r--r--2019-worms/src/game/player.rs (renamed from src/game/player.rs)0
-rw-r--r--2019-worms/src/game/powerup.rs (renamed from src/game/powerup.rs)0
-rw-r--r--2019-worms/src/geometry.rs (renamed from src/geometry.rs)0
-rw-r--r--2019-worms/src/geometry/direction.rs (renamed from src/geometry/direction.rs)0
-rw-r--r--2019-worms/src/geometry/point.rs (renamed from src/geometry/point.rs)0
-rw-r--r--2019-worms/src/geometry/vec.rs (renamed from src/geometry/vec.rs)0
-rw-r--r--2019-worms/src/json.rs (renamed from src/json.rs)0
-rw-r--r--2019-worms/src/lib.rs (renamed from src/lib.rs)0
-rw-r--r--2019-worms/src/main.rs (renamed from src/main.rs)0
-rw-r--r--2019-worms/src/strategy.rs (renamed from src/strategy.rs)0
-rw-r--r--2019-worms/src/strategy/minimax.rs (renamed from src/strategy/minimax.rs)0
-rw-r--r--2019-worms/tests/example-state.json (renamed from tests/example-state.json)0
-rwxr-xr-x2019-worms/tests/import-replay.sh (renamed from tests/import-replay.sh)0
-rw-r--r--2019-worms/tests/official-runner-matching.rs (renamed from tests/official-runner-matching.rs)0
-rw-r--r--2019-worms/tests/replays/2019.08.19.21.15.02/A-init.json (renamed from tests/replays/2019.08.19.21.15.02/A-init.json)0
-rw-r--r--2019-worms/tests/replays/2019.08.19.21.15.02/A-log.csv (renamed from tests/replays/2019.08.19.21.15.02/A-log.csv)0
-rw-r--r--2019-worms/tests/replays/2019.08.19.21.15.02/B-init.json (renamed from tests/replays/2019.08.19.21.15.02/B-init.json)0
-rw-r--r--2019-worms/tests/replays/2019.08.19.21.15.02/B-log.csv (renamed from tests/replays/2019.08.19.21.15.02/B-log.csv)0
-rw-r--r--2019-worms/tests/replays/2019.08.19.21.31.16/A-init.json (renamed from tests/replays/2019.08.19.21.31.16/A-init.json)0
-rw-r--r--2019-worms/tests/replays/2019.08.19.21.31.16/A-log.csv (renamed from tests/replays/2019.08.19.21.31.16/A-log.csv)0
-rw-r--r--2019-worms/tests/replays/2019.08.19.21.31.16/B-init.json (renamed from tests/replays/2019.08.19.21.31.16/B-init.json)0
-rw-r--r--2019-worms/tests/replays/2019.08.19.21.31.16/B-log.csv (renamed from tests/replays/2019.08.19.21.31.16/B-log.csv)0
-rw-r--r--2019-worms/tests/replays/2019.08.19.21.57.04/A-init.json (renamed from tests/replays/2019.08.19.21.57.04/A-init.json)0
-rw-r--r--2019-worms/tests/replays/2019.08.19.21.57.04/A-log.csv (renamed from tests/replays/2019.08.19.21.57.04/A-log.csv)0
-rw-r--r--2019-worms/tests/replays/2019.08.19.21.57.04/B-init.json (renamed from tests/replays/2019.08.19.21.57.04/B-init.json)0
-rw-r--r--2019-worms/tests/replays/2019.08.19.21.57.04/B-log.csv (renamed from tests/replays/2019.08.19.21.57.04/B-log.csv)0
-rw-r--r--2019-worms/tests/strategy.rs (renamed from tests/strategy.rs)0
40 files changed, 0 insertions, 0 deletions
diff --git a/.gitignore b/2019-worms/.gitignore
index 791452f..791452f 100644
--- a/.gitignore
+++ b/2019-worms/.gitignore
diff --git a/Cargo.lock b/2019-worms/Cargo.lock
index f5c96f0..f5c96f0 100644
--- a/Cargo.lock
+++ b/2019-worms/Cargo.lock
diff --git a/Cargo.toml b/2019-worms/Cargo.toml
index e7e33fc..e7e33fc 100644
--- a/Cargo.toml
+++ b/2019-worms/Cargo.toml
diff --git a/Makefile b/2019-worms/Makefile
index 3f3b532..3f3b532 100644
--- a/Makefile
+++ b/2019-worms/Makefile
diff --git a/README.md b/2019-worms/README.md
index a0c3008..a0c3008 100644
--- a/README.md
+++ b/2019-worms/README.md
diff --git a/bot.json b/2019-worms/bot.json
index 5578730..5578730 100644
--- a/bot.json
+++ b/2019-worms/bot.json
diff --git a/src/bin/benchmark.rs b/2019-worms/src/bin/benchmark.rs
index 84e869e..84e869e 100644
--- a/src/bin/benchmark.rs
+++ b/2019-worms/src/bin/benchmark.rs
diff --git a/src/bin/explore-config.rs b/2019-worms/src/bin/explore-config.rs
index 5fb599a..5fb599a 100644
--- a/src/bin/explore-config.rs
+++ b/2019-worms/src/bin/explore-config.rs
diff --git a/src/command.rs b/2019-worms/src/command.rs
index c6d6695..c6d6695 100644
--- a/src/command.rs
+++ b/2019-worms/src/command.rs
diff --git a/src/constants.rs b/2019-worms/src/constants.rs
index 3f36db4..3f36db4 100644
--- a/src/constants.rs
+++ b/2019-worms/src/constants.rs
diff --git a/src/constants/lava.rs b/2019-worms/src/constants/lava.rs
index 238d668..238d668 100644
--- a/src/constants/lava.rs
+++ b/2019-worms/src/constants/lava.rs
diff --git a/src/game.rs b/2019-worms/src/game.rs
index 00289a0..00289a0 100644
--- a/src/game.rs
+++ b/2019-worms/src/game.rs
diff --git a/src/game/map.rs b/2019-worms/src/game/map.rs
index 84ec99a..84ec99a 100644
--- a/src/game/map.rs
+++ b/2019-worms/src/game/map.rs
diff --git a/src/game/player.rs b/2019-worms/src/game/player.rs
index 0874c76..0874c76 100644
--- a/src/game/player.rs
+++ b/2019-worms/src/game/player.rs
diff --git a/src/game/powerup.rs b/2019-worms/src/game/powerup.rs
index 47e73a1..47e73a1 100644
--- a/src/game/powerup.rs
+++ b/2019-worms/src/game/powerup.rs
diff --git a/src/geometry.rs b/2019-worms/src/geometry.rs
index 1bcdace..1bcdace 100644
--- a/src/geometry.rs
+++ b/2019-worms/src/geometry.rs
diff --git a/src/geometry/direction.rs b/2019-worms/src/geometry/direction.rs
index e37f750..e37f750 100644
--- a/src/geometry/direction.rs
+++ b/2019-worms/src/geometry/direction.rs
diff --git a/src/geometry/point.rs b/2019-worms/src/geometry/point.rs
index 1ab9b36..1ab9b36 100644
--- a/src/geometry/point.rs
+++ b/2019-worms/src/geometry/point.rs
diff --git a/src/geometry/vec.rs b/2019-worms/src/geometry/vec.rs
index 375a0f9..375a0f9 100644
--- a/src/geometry/vec.rs
+++ b/2019-worms/src/geometry/vec.rs
diff --git a/src/json.rs b/2019-worms/src/json.rs
index a83f102..a83f102 100644
--- a/src/json.rs
+++ b/2019-worms/src/json.rs
diff --git a/src/lib.rs b/2019-worms/src/lib.rs
index 9922cce..9922cce 100644
--- a/src/lib.rs
+++ b/2019-worms/src/lib.rs
diff --git a/src/main.rs b/2019-worms/src/main.rs
index 4f98e75..4f98e75 100644
--- a/src/main.rs
+++ b/2019-worms/src/main.rs
diff --git a/src/strategy.rs b/2019-worms/src/strategy.rs
index fce842b..fce842b 100644
--- a/src/strategy.rs
+++ b/2019-worms/src/strategy.rs
diff --git a/src/strategy/minimax.rs b/2019-worms/src/strategy/minimax.rs
index 656ee36..656ee36 100644
--- a/src/strategy/minimax.rs
+++ b/2019-worms/src/strategy/minimax.rs
diff --git a/tests/example-state.json b/2019-worms/tests/example-state.json
index d7a8fa3..d7a8fa3 100644
--- a/tests/example-state.json
+++ b/2019-worms/tests/example-state.json
diff --git a/tests/import-replay.sh b/2019-worms/tests/import-replay.sh
index 216c235..216c235 100755
--- a/tests/import-replay.sh
+++ b/2019-worms/tests/import-replay.sh
diff --git a/tests/official-runner-matching.rs b/2019-worms/tests/official-runner-matching.rs
index 1b62088..1b62088 100644
--- a/tests/official-runner-matching.rs
+++ b/2019-worms/tests/official-runner-matching.rs
diff --git a/tests/replays/2019.08.19.21.15.02/A-init.json b/2019-worms/tests/replays/2019.08.19.21.15.02/A-init.json
index ea2e948..ea2e948 100644
--- a/tests/replays/2019.08.19.21.15.02/A-init.json
+++ b/2019-worms/tests/replays/2019.08.19.21.15.02/A-init.json
diff --git a/tests/replays/2019.08.19.21.15.02/A-log.csv b/2019-worms/tests/replays/2019.08.19.21.15.02/A-log.csv
index 373de29..373de29 100644
--- a/tests/replays/2019.08.19.21.15.02/A-log.csv
+++ b/2019-worms/tests/replays/2019.08.19.21.15.02/A-log.csv
diff --git a/tests/replays/2019.08.19.21.15.02/B-init.json b/2019-worms/tests/replays/2019.08.19.21.15.02/B-init.json
index 8889378..8889378 100644
--- a/tests/replays/2019.08.19.21.15.02/B-init.json
+++ b/2019-worms/tests/replays/2019.08.19.21.15.02/B-init.json
diff --git a/tests/replays/2019.08.19.21.15.02/B-log.csv b/2019-worms/tests/replays/2019.08.19.21.15.02/B-log.csv
index 04d9660..04d9660 100644
--- a/tests/replays/2019.08.19.21.15.02/B-log.csv
+++ b/2019-worms/tests/replays/2019.08.19.21.15.02/B-log.csv
diff --git a/tests/replays/2019.08.19.21.31.16/A-init.json b/2019-worms/tests/replays/2019.08.19.21.31.16/A-init.json
index 31546d4..31546d4 100644
--- a/tests/replays/2019.08.19.21.31.16/A-init.json
+++ b/2019-worms/tests/replays/2019.08.19.21.31.16/A-init.json
diff --git a/tests/replays/2019.08.19.21.31.16/A-log.csv b/2019-worms/tests/replays/2019.08.19.21.31.16/A-log.csv
index 14e4b3c..14e4b3c 100644
--- a/tests/replays/2019.08.19.21.31.16/A-log.csv
+++ b/2019-worms/tests/replays/2019.08.19.21.31.16/A-log.csv
diff --git a/tests/replays/2019.08.19.21.31.16/B-init.json b/2019-worms/tests/replays/2019.08.19.21.31.16/B-init.json
index 373ec6e..373ec6e 100644
--- a/tests/replays/2019.08.19.21.31.16/B-init.json
+++ b/2019-worms/tests/replays/2019.08.19.21.31.16/B-init.json
diff --git a/tests/replays/2019.08.19.21.31.16/B-log.csv b/2019-worms/tests/replays/2019.08.19.21.31.16/B-log.csv
index 57ec18e..57ec18e 100644
--- a/tests/replays/2019.08.19.21.31.16/B-log.csv
+++ b/2019-worms/tests/replays/2019.08.19.21.31.16/B-log.csv
diff --git a/tests/replays/2019.08.19.21.57.04/A-init.json b/2019-worms/tests/replays/2019.08.19.21.57.04/A-init.json
index b8ed313..b8ed313 100644
--- a/tests/replays/2019.08.19.21.57.04/A-init.json
+++ b/2019-worms/tests/replays/2019.08.19.21.57.04/A-init.json
diff --git a/tests/replays/2019.08.19.21.57.04/A-log.csv b/2019-worms/tests/replays/2019.08.19.21.57.04/A-log.csv
index f620e90..f620e90 100644
--- a/tests/replays/2019.08.19.21.57.04/A-log.csv
+++ b/2019-worms/tests/replays/2019.08.19.21.57.04/A-log.csv
diff --git a/tests/replays/2019.08.19.21.57.04/B-init.json b/2019-worms/tests/replays/2019.08.19.21.57.04/B-init.json
index 2d71d9a..2d71d9a 100644
--- a/tests/replays/2019.08.19.21.57.04/B-init.json
+++ b/2019-worms/tests/replays/2019.08.19.21.57.04/B-init.json
diff --git a/tests/replays/2019.08.19.21.57.04/B-log.csv b/2019-worms/tests/replays/2019.08.19.21.57.04/B-log.csv
index cc2bfa5..cc2bfa5 100644
--- a/tests/replays/2019.08.19.21.57.04/B-log.csv
+++ b/2019-worms/tests/replays/2019.08.19.21.57.04/B-log.csv
diff --git a/tests/strategy.rs b/2019-worms/tests/strategy.rs
index 7088099..7088099 100644
--- a/tests/strategy.rs
+++ b/2019-worms/tests/strategy.rs