Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 581 Bytes

README.md

File metadata and controls

22 lines (21 loc) · 581 Bytes

deep-indigo

Pokemon bot built off of leftovers-again & Pokemon-Showdown

Setup

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