Pokémon battle simulator.
Go to file
Annika 2b3741ec2f Random Battles: Support more Value Rules
Specifically, randomized formats will now support Max Team Size, Min Source Gen, Adjust Level, Adjust Level Down, and Force Monotype.

This fixes the issue with randomly-generated Multi Battle teams containing six Pokémon, instead of three as desired.
2021-05-06 22:45:08 -07:00
.github/workflows
.vscode
config Random Battles: Support more Value Rules 2021-05-06 22:45:08 -07:00
data Random Battles: Support more Value Rules 2021-05-06 22:45:08 -07:00
databases/schemas
lib Implement Utils.Multiset (#8260) 2021-05-04 21:53:23 -07:00
logs
server Chat-monitor: Use new spoiler format instead of SPOILER: 2021-05-06 13:21:54 -05:00
sim Remove max level check from -Nonexistent 2021-05-06 21:19:04 -07:00
test Random Battles: Support more Value Rules 2021-05-06 22:45:08 -07:00
tools Support value rules (#8267) 2021-05-06 01:16:16 -07:00
translations Helptickets: Display language in ticket list 2021-05-03 10:35:37 -07:00
.editorconfig
.eslintrc-no-types.json
.eslintrc.json
.gitattributes
.gitignore
.mocharc.json Random Battles: Add basic unit test framework 2021-03-18 18:17:25 -07:00
.npmignore
.npmrc
build Clean mods/ and chat-plugins/ when building 2021-04-07 01:33:10 -07:00
CODEOWNERS CODEOWNERS: Add me to formats 2021-03-19 18:01:05 -04:00
COMMANDLINE.md
CONTRIBUTING.md Fix typos/grammar in CONTRIBUTING.MD (#8272) 2021-05-05 02:37:56 -07:00
LICENSE
old-simulator-doc.txt
package.json Release 0.11.5 2021-03-29 11:00:52 -07:00
pokemon-showdown Update Dex API (#8181) 2021-04-08 03:00:37 -07:00
Procfile
PROTOCOL.md Update Dex API (#8181) 2021-04-08 03:00:37 -07:00
README.md
simulator-doc.txt
tsconfig.json Make tsc warn about unreachable code (#8122) 2021-03-16 18:29:53 -07:00

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:

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

  • PROTOCOL.md - The protocol used by the server to communicate with clients.

  • SIM-PROTOCOL.md - 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 [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