Pokemon bot built off of leftovers-again & Pokemon-Showdown
- Clone the repo
git clone https://github.com/avadavat/deep-indigo.git
cd deep-indigo
- Start a local Pokemon-Showdown server
git submodule update --init
npm run server
- Start the bot
npm install
npm run build
npm start
- Navigate to localhost:8000 & challenge the bot to a battle
- Alternatively run:
npm start -- --opponent=randumb
to watch the bot battle another bot