Pokémon battle simulator.
Go to file
2021-08-15 15:17:45 -05:00
.github/workflows
.vscode
config STABmons: Update bans 2021-08-13 23:48:01 -06:00
data Gen III: Fix Beat Up fix 2021-08-15 09:35:34 -04:00
databases Trivia: Refactor to use SQLite as a storage backend 2021-08-14 20:35:08 -07:00
lib SQL: Support turning SQL.Statements to JSON 2021-08-15 15:17:45 -05:00
logs
server SQL: Support turning SQL.Statements to JSON 2021-08-15 15:17:45 -05:00
sim Fix build 2021-08-15 09:47:07 -04:00
test Trivia: Make unit tests work without SQLite 2021-08-14 20:48:37 -07:00
tools Modlog: Remove text logging code 2021-08-09 14:06:14 -07:00
translations
.editorconfig
.eslintrc-no-types.json
.eslintrc.json
.gitattributes
.gitignore
.mocharc.json
.npmignore
.npmrc
build
CODEOWNERS Trivia: Use transactions and split into a directory 2021-08-14 20:35:08 -07:00
COMMANDLINE.md Move packed team docs out of PROTOCOL.md 2021-06-10 15:04:25 -07:00
CONTRIBUTING.md
LICENSE
old-simulator-doc.txt
package.json Add a chat plugin for reporting GitHub actions (#8414) 2021-08-12 11:12:57 -07:00
pokemon-showdown
Procfile
PROTOCOL.md
README.md Further improve documentation 2021-06-10 09:17:58 -07:00
simulator-doc.txt
tsconfig.json

Pokémon Showdown

Navigation: Website | Server repository | Client repository | Dex repository

Build Status Dependency Status devDependency Status Total Alerts

Introduction

Pokémon Showdown is many things:

  • A web site you can use for Pokémon battling

  • A JavaScript library for simulating Pokémon battles and getting Pokédex data

  • Some command-line tools for simulating Pokémon battles (which can be used in non-JavaScript programs)

  • A game server for hosting your own Pokémon Showdown community and game modes

Pokémon Showdown simulates singles, doubles and triples battles in all the games out so far (Generations 1 through 8).

  • PROTOCOL.md - How the client and server communicate with each other.

  • sim/SIM-PROTOCOL.md - The part of the protocol used for battles and battle messages.

  • CONTRIBUTING.md - Useful code standards to understand if you want to send pull requests to PS (not necessary if you're just using the code and not planning to contribute back).

  • Bot FAQ - An FAQ compiled by Kaiepi regarding making Pokemon Showdown bots - mainly chatbots and battle bots.

Community

PS has a built-in chat service. Join our main server to talk to us!

You can also visit the Pokémon Showdown forums for discussion and help.

If you'd like to contribute to programming and don't know where to start, feel free to check out Ideas for New Developers.

License

Pokémon Showdown's server is distributed under the terms of the MIT License.

Credits

Owner

  • Guangcong Luo [Zarel] - Development, Design, Sysadmin

Staff

  • Andrew Werner [HoeenHero] - Development
  • Annika L. [Annika] - Development
  • Chris Monsanto [chaos] - Development, Sysadmin
  • Leonard Craft III - Research (game mechanics)
  • Mathieu Dias-Martins [Marty-D] - Research (game mechanics), Development

Contributors