A morden rewrite of PartBot for Pokemon Showdown
Hiya! This is an ongoing effort to rewrite PartBot from the bottom-up, with better practices than the steaming pile of bamboo sticks that currently supports it.
This might take a while...
- Modular and extensible TypeScript codebase
- Real-time file watching and reloads
- Rich set of utilities for tournaments, games (e.g., Chess), and more
-
Clone the repository
git clone https://github.com/PartMan7/PartBot.git cd PartBot
-
Install dependencies
npm install
-
Setup environment variables
Modify the
.env
file (which is automatically copied from.env.example
). -
Start the bot
npm start
See Suggestions & Feedback for ideas, bugs, and requests.