From 16c81e2d63a34d8876fe24cd3aa7f59d8b37694f Mon Sep 17 00:00:00 2001 From: Thayol Date: Wed, 23 Jun 2021 18:32:53 +0200 Subject: [PATCH] Updated README --- README.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 386bfcb..49144e0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,22 @@ -# okey-card-game-assistant -Defeat the OKEY cards. :3 +# Defeat the [Okey Card Game](https://en-wiki.metin2.gameforge.com/index.php/Okey_Card_Game) -The live version is hosted by GitHub: [okey-card-game-assistant](https://thayol.github.io/okey-card-game-assistant/) \ No newline at end of file +The live version is hosted by GitHub: [okey-card-game-assistant](https://thayol.github.io/okey-card-game-assistant/) + +Pull requests are welcome! + +## The idea + +There are existing tools for optimizing a game of Okey Cards, but most of them are outdated. +One that works well is server-side and not open source, so I have made an open-source fully offline variation. + +The recommendation algorithm is not perfect, because there is no point in waiting hours for a single choice. +Even if it is optimized for speed, it sometimes recommends the wrong choice. Double checking never hurts, +and if you know a better algorithm, feel free to create a pull request or an issue. + +## How to use + +Open Metin2, enter the Okey Card Game event, then mirror your hand, discards, and cash outs to this program and it will tell you the next mathematically correct step. + +## Playing without Metin2 + +You can play the game without having Metin2 open. Check the "auto-draw" checkbox and cash out with "auto advance." \ No newline at end of file