Pokémon battle simulator.
Go to file
2021-10-03 19:11:37 -05:00
.github/workflows
.vscode
config Multibility: Ban nonstandard abilities 2021-10-03 07:28:23 -06:00
data Fix Max Guard to block Whirlwind 2021-10-02 23:33:17 -05:00
databases
lib Repl: Create file directory if it doesn't exist 2021-09-13 20:26:11 -05:00
server Helptickets: Strip HTML from ticket title attributes 2021-10-03 19:11:37 -05:00
sim Fix parts of Multibility 2021-10-01 14:34:05 -06:00
test Random Battles updates 2021-10-02 14:50:11 -07:00
tools
translations
.editorconfig
.eslintrc-no-types.json Support ?. in tests 2021-09-07 11:33:34 -07:00
.eslintrc.json Support ?. in tests 2021-09-07 11:33:34 -07:00
.gitattributes
.gitignore
.mocharc.json
.npmignore
.npmrc
build
CODEOWNERS
COMMANDLINE.md
CONTRIBUTING.md
LICENSE
old-simulator-doc.txt
package.json
pokemon-showdown
Procfile
PROTOCOL.md
README.md
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