From 25ed70a3b4fe22bca8ee9dd54b99abb08d71a721 Mon Sep 17 00:00:00 2001 From: Kirk Scheibelhut Date: Wed, 6 Dec 2023 10:54:57 -0800 Subject: [PATCH] update blurb --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a57c119..631adf3 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,14 @@ This is the top level directory housing packages that make up [`@pkmn`](https://pkmn.cc/@pkmn/)'s EPOké project. + > [EPOké](https://pkmn.cc/epoke) (named after a portmanteau of -[EPO](https://en.wikipedia.org/wiki/Erythropoietin) and ‘Poké’) leverages a reverse damage -calculator ([gmd](gmd)) and additional logic to construct the *perceived* battle state based on the -perspective of the client. EPOké is designed to be useful in many domains, exposing additional -information from replays, extending the Pokémon Showdown client tooltips/UI, or inside the engine -of a Pokemon AI. +[EPO](https://en.wikipedia.org/wiki/Erythropoietin) and ‘Poké’) [is](https://pkmn.cc/vaporware.png) +an enhanced Pokémon battling client library which tracks not only the observed state of the +battle, but also uses the mechanics of the game, reverse damage calculation, and usage statistics to +infer as much as possible about the state of play (including but not limited to an opponent +Pokémon’s spreads/items/abilities). EPOké is designed to be useful in many domains, exposing +additional information from replays, extending the Pokémon Showdown client tooltips/UI, or inside +the engine of a Pokemon AI. Everything in this repository is distributed under the terms of the [MIT License](LICENSE).