pokemon-showdown-client/replays
Guangcong Luo fd28aca33f WIP New Replays
New Replays isn't done yet but I've done a lot of work on it and
probably it deserves a commit.

Why rewrite Replays:

- I redesigned pokemonshowdown.com to look more modern and support
  dark mode, and rejiggering Old Replays would be a lot of work
  anyway.

- It'd be nice to actually deploy some of PS's whole Preact
  infrastructure somewhere, instead of it just being in development
  hell.

- Nice to get a second look at the relevant code, leading to fixes
  like fc00e68231 and f28b1e9bf3.

- Replays is due for a migration from JS/PHP to TS anyway.

Anyway, feel free to try out New Replays, it's live in:

https://pokemonshowdown.com/replays/

Old Replays will stick around until we hit feature parity, but
that shouldn't be too long (I know, famous last words).
2023-10-26 14:56:05 +00:00
..
js Update Battle class API (#1686) 2021-01-23 13:17:23 -08:00
theme
.htaccess
404.php
503.php
apple-touch-icon.png
battle.log.php WIP New Replays 2023-10-26 14:56:05 +00:00
battle.php Fix speed buttons on downloaded replays (#2162) 2023-10-20 00:13:17 -05:00
build Replays: don't add hash to <a> tags 2023-10-07 08:22:30 -04:00
converter.lib.php
favicon.ico
index.php Remove objectionable replays from the homepage (#1727) 2021-03-04 18:31:12 -05:00
ps_prepreplays.sql
ps_replays.sql
README.md
replay-config.example.inc.php
replays.lib.php Sync ps-web with master (#2122) 2023-06-02 16:28:04 -04:00
search.json.php
search.php
turn-image.php
warstory.php

PS replays database

This is the code powering https://replay.pokemonshowdown.com/

JSON API

The replays database has a JSON API, documented at:

https://github.com/smogon/pokemon-showdown-client/blob/master/WEB-API.md