aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTa180m2019-11-06 10:17:22 -0600
committerGitHub2019-11-06 10:17:22 -0600
commitd3dfb914ff5b9ef41d4d6be8cc00dcd5a81044f7 (patch)
treee7a000c74f54af97ede82ddae0914d8a406da214
parent425a5ca45eab63a398788132172f4ce842dcd22f (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 68ff059..abf146a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
# Gimkit
+Gimkit, an assessment tool with a monetary component, has been described as “Kahoot on steroids”, featuring upgrades and power-ups. These aspects make Gimkit a strategically intriguing and interesting game to analyze.
+
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.
See [this link](https://onlinegdb.com/rJNOKO324) to run `dp_solver.cpp`.