Pokémon battle simulator.
Go to file
Leonard Craft III bed1f4ac99
Add various mechanics tests (#7857)
* Improve Volcalith tests readability

* Add G-Max Volcalith recoil damage order test

* Add 1 HP priority tests

* Add charge move targeting test

* Correct assertions of Ripen / Sturdy

* Skip failing tests

* Add Volcalith Black Sludge test

* Add Pressure Max / Z-move tests

* Add Pressure submove test

* Add NGas speed test

* Skip NGas speed test

* Add White Herb double Intimidate test

* Remove debug log

* Remove duplicate Pressure test

* Improve White Herb Intimidate test title

* Add Rollout Storage tests

* Add spread move Rollout storage test

* Add Magician Weakness Policy test

* Add Sleep tests

* Add Shell Bell spread move test

* Add Synchronize Lum Berry test

* oh yeah it doesn't work

* Remove duplicate test

* Add Sunsteel Strike tests

* Add Leech Seed ally switch test

* Add Primal weather Natural Gift test

* Add Emergency Exit hazards test

* Add generic hazards tests

* Add and standardize Arceus tests

* Add Transform ability test

* Add and standardize Parting Shot tests

* Add Memento tests

* Add Me First test

* Add Cursed Body Z-move test

* Add Assurance targeting test

* Clarify Assurance test description

* Add double faint switch test

* Add Receiver KO boost ability

* Add double Unnerve test

* Add Dynamax Eject Pack test

* Improve Dynamax forced switchout test

* Add Protective Pads Perish Body test

* Add Sticky Web Pressure test

* Add Speed modifier lower bound test

* Add Cloud Nine Hydration test

* Correct Cursed Body test

* Add Grassy Terrain Leftovers test

* Remove leftover debug

* Add additional Receiver and Soul-Heart tests

* Add Spite tests

* mish

* Add Shell Bell multihit test

* Add WP Dragon Tail test

Co-authored-by: The Immortal <the_immortal123@live.com>
2021-01-04 23:47:10 -08:00
.github/workflows
.vscode Turn off Format on Save in VS Code (#7807) 2020-12-24 09:44:24 -08:00
config Update Shared Power bans 2021-01-04 23:50:05 +04:00
data Gen 6/7: Random Battle fixes 2021-01-04 20:59:47 +04:00
databases/schemas Modlog: Avoid optional properties in ModlogEntry (#7613) 2020-11-01 14:07:01 -08:00
lib Implement Utils.forceWrap 2020-12-30 17:41:41 -08:00
logs
server Chat: Add support for private pages (#7877) 2021-01-04 10:15:42 -08:00
sim Fix bug in Sketch validation 2021-01-03 23:52:33 -08:00
test Add various mechanics tests (#7857) 2021-01-04 23:47:10 -08:00
tools Add Gen 8 BSS Factory (#7843) 2020-12-31 02:09:29 +04:00
translations Repeats: Support non-time-based repeats (#7518) 2020-12-28 03:39:52 -08:00
.editorconfig
.eslintrc-no-types.json Support generating sourceMaps for source debugging (#7797) 2020-12-13 19:42:19 -08:00
.eslintrc.json
.gitattributes
.gitignore Enable incremental compilation in tsc (#7802) 2020-12-13 23:11:38 -08:00
.mocharc.json
.npmignore Publish 0.11.3 to npm 2020-10-21 17:24:58 +01:00
.npmrc
build Move build-utils from lib to tools 2020-12-26 10:08:30 -08:00
CODEOWNERS Super Staff Bros 4 (#7793) 2020-12-24 11:21:02 -05:00
COMMANDLINE.md Improve documentation 2020-10-29 15:14:29 +00:00
CONTRIBUTING.md CONTRIBUTING: Improve 2020-12-26 22:04:14 -08:00
LICENSE
old-simulator-doc.txt
package.json Revert accidental package.json change 2020-12-26 22:04:14 -08:00
pokemon-showdown Add a --no-security flag (#7648) 2020-12-24 10:11:11 -08:00
Procfile
PROTOCOL.md Improve documentation 2020-10-29 15:14:29 +00:00
README.md Improve documentation 2020-10-29 15:14:29 +00:00
simulator-doc.txt
tsconfig.json Enable incremental compilation in tsc (#7802) 2020-12-13 23:11:38 -08: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
  • [The Immortal] - Development

Contributors