Pokémon battle simulator.
Go to file
Kris Johnson 86ae7daf8e
Some checks are pending
Node.js CI / build (16.x) (push) Waiting to run
National Dex UU: Ban Mega Mawile
2024-10-02 21:04:59 -06:00
.github/workflows
.vscode
config Remove the Section Leader rank 2024-10-01 21:27:49 -06:00
data National Dex UU: Ban Mega Mawile 2024-10-02 21:04:59 -06:00
databases
lib Utils#Multiset: Redefine get to remove undefined return (#10329) 2024-06-06 17:16:59 -06:00
logs
server Remove the Section Leader rank 2024-10-01 21:27:49 -06:00
sim Validator: Make Stellar tera invalid in pre-DLC formats (#10594) 2024-10-02 16:52:09 -05:00
test Properly validate cosmetic forms in learnsetDomain (#10597) 2024-10-02 16:51:41 -05:00
tools
translations Remove the Section Leader rank 2024-10-01 21:27:49 -06:00
.editorconfig
.eslintrc-no-types.json
.eslintrc.json
.gitattributes
.gitignore
.mocharc.json
.npmignore
.npmrc
ARCHITECTURE.md
build
CODEOWNERS
COMMANDLINE.md
CONTRIBUTING.md Fix build 2024-10-01 12:49:55 -06:00
LICENSE
old-simulator-doc.txt
package-lock.json
package.json
pokemon-showdown
Procfile
PROTOCOL.md
README.md Update various instances of old author names 2024-07-01 12:23:44 -06:00
simulator-doc.txt
tsconfig.json

Pokémon Showdown

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

Build Status Dependency Status

Introduction

Pokémon Showdown is many things:

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

  • 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).

  • ARCHITECTURE.md - A high-level overview of how the code works.

  • 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
  • Kris Johnson [dhelmise] - Development
  • Leonard Craft III [DaWoblefet] - Research (game mechanics)
  • Mathieu Dias-Martins [Marty-D] - Research (game mechanics), Development
  • Mia A [Mia] - Development

Contributors