Skip to content

Commit

Permalink
CITATION
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibo committed Jan 7, 2024
1 parent 25ed70a commit e57e23a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
cff-version: 1.2.0
title: EPOké
type: software
authors:
- given-names: Kirk
family-names: Scheibelhut
email: pre@pkmn.cc
orcid: 'https://orcid.org/0009-0004-7829-4237'
license: MIT
url: 'https://pkmn.cc/EPOké'
repository-code: 'https://github.com/pkmn/EPOke'
repository-artifact: 'https://github.com/pkmn/EPOke/releases/'
abstract: >-
EPOké is 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.

0 comments on commit e57e23a

Please sign in to comment.