This is a playable browser simulation of the Pokemon Cystal battle engine.
This uses modular Pokemon Showdown as the backend and PIXI.js for rendering.
The battle experience is mostly complete. Not all moves are finished and items aren't supported yet.
From the root directory, install all required packages:
npm installcd demo/menus
npm run devVisit localhost:8001/menus.html to play a battle.
cd demo/moves
npm run devVisit localhost:8000/moves.html to try out move animations.
Right now, the best way to help is to animate moves.
Full contribution instructions are in the CONTRIBUTING.md.
Please contact me with any suggestions or bug reports.
