The Elite Four Bot is an AI bot which uses the minimax algorithm to win games on Pokemon Showdown.
Go to the Pokemon-Showdown directory in your terminal and enter node pokemon-showdown
This will start Pokemon-Showdown, using your computer as a local server. Detailed instructions on this process can be found in the Pokemon-Showdown README file. This functionality was forked from Zarel's Pokemon Showdown.
Go to Pokemon-Showdown-Bot and enter node bot
This will start the AI bot. By default, the bot will look for the localhost:8000. You can change this in the Pokemon-Showdown-Bot config.js file. The main server is sim.smogon.com
.
Detailed instructions on bot features and configurations can be found in the Pokemon-Showdown-Bot README file. Functionality for internet connectivity was forked from Pokemon-Showdown-Node-Bot. Special thanks to Ecuacion for his work, which has allowed our AI bot to play against others users online.