aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTa180m2019-05-07 16:30:46 -0500
committerGitHub2019-05-07 16:30:46 -0500
commit55ff850f4cc4d49f10b4cef899d77f2dd682e6db (patch)
tree052809b7c5405bee39549a53b933111ae9f8cd71
parentca8ee0759ada3db70d74076c942dab881823c54b (diff)
Update README.md
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index fa88d74..fdd87ee 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Gimkit
-Using a Dynamic Programming algorithm to search for the optimal Gimkit strategy.
+Ever wondered about what the optimal [Gimkit](https://gimkit.com) strategy is? Well, now you can get a definite answer with `dp_solver.cpp`, which uses a Dynamic Programming algorithm to search for the optimal Gimkit strategy. This algorithm can calculate the optimal strategy from any arbitary starting state.
## How to use
```
@@ -22,3 +22,6 @@ Change these values to alter the initial state:
* **R** - The status of the rebooter power-up (0 is unpurchased, 1 is purchased and used)
* **B1** - The status of the mini bonus power-up (0 is unpurchased, 1 is purchased and unused, 2 is used)
* **B2** - The status of the mega bonus power-up (0 is unpurchased, 1 is purchased and unused, 2 is used)
+
+## How it works
+*Coming soon*