Pokémon battle simulator.
Go to file
2021-10-06 16:55:39 -05:00
.github/workflows
.vscode
config NU: Unban Snorlax for suspect test 2021-10-05 17:29:47 -06:00
data Let Picked Team Size Work with Team Type Preview 2021-10-05 14:48:28 -06:00
databases Trivia: Refactor to use SQLite as a storage backend 2021-08-14 20:35:08 -07:00
lib Crashlogger: Support passing nodemailer configuration 2021-10-03 19:58:13 -05:00
logs Restore READMEs for logs/ subdirs 2021-10-06 16:55:39 -05:00
server Moderation: Properly modlog ips for yearlocks 2021-10-06 16:07:00 -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 Modlog: Minor fixes from smogtours conversion 2021-09-06 17:54:30 -04:00
translations /groups: Document Section Leaders (#8448) 2021-09-02 13:59:52 -07:00
.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 Trivia: Use transactions and split into a directory 2021-08-14 20:35:08 -07:00
COMMANDLINE.md
CONTRIBUTING.md
LICENSE
old-simulator-doc.txt
package.json Handle new TypeScript version (#8449) 2021-08-30 20:11:44 -07:00
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