Pokémon battle simulator.
Go to file
2012-02-10 23:13:38 -05:00
config
node_modules
.gitignore
abilities.js Start adding short descriptions to abilities 2012-02-09 02:34:16 -05:00
app.js Fix a whole bunch of crashes 2012-02-09 22:57:59 -05:00
chat-commands.js Update documentation to reflect that voiced users no longer have ban/mute powers. 2012-02-09 23:14:20 -05:00
doc.txt
formats.js
items.js
learnsets.js
movedex.js
pokedex.js
README.md
scripts.js
simulator.js Some changes for custom avatar support 2012-02-09 00:49:09 -05:00
statuses.js
tiers.js
tools.js
typechart.js
users.js Some default avatars (todo: some way to save these longer-term) 2012-02-10 23:13:38 -05:00

Showdown

Showdown is a simulator of Pokemon battles. It currently only supports Generation 5 (Pokemon Black and Pokemon White).

Installing

Showdown requires Node.js (and perhaps also Socket.IO).

Copy config/config-example.js into config/config.js, and edit as you please.

After this, start Node:

cd <location of PS>
node app.js

Visit your server at http://play.pokemonshowdown.com/~~SERVER:PORT

Replace SERVER with your server domain or IP, and PORT with the server's port (default is 8000).

Currently, this workflow works for testing Pokemon Showdown and testing your patches before submitting pull requests, but it ends up with somewhat ugly URLs. I'll make it easier to host your own server in the future, when we're closer to leaving beta.

Browser support

Showdown currently supports, in order of preference:

  • Chrome
  • Firefox 4+
  • Safari
  • Safari for iPhone/iPod/iPad
  • Firefox for Android
  • IE9+

The built-in Android browser is not supported because of socket.io bug 651, but will be when that bug is fixed. In the meantime, Firefox for Android works.

IE8 has a few teambuilder issues that will be worked out when I have time.

I haven't looked into Opera much, but support for that is planned as long as it doesn't turn out to be too difficult.

As for older browsers (Firefox 3.6, IE7), I won't go out of my way to support them, but if there's a simple fix, you can suggest it to me and I'll implement it.