aturfah / cmplxsys530-final

Final Project for Complex Systems 530 WN18
MIT License
2 stars 2 forks source link

Write socket layer to communicate with PS server #137

Open aturfah opened 5 years ago

aturfah commented 5 years ago

Probably long overdue, but being able to hook into a PS server and play would mean that I don't have to fully implement the Pokemon logic.

Check out this repo for mode details on how to do it: https://github.com/Synedh/showdown-battle-bot

aturfah commented 5 years ago

PS's connecting PROTOCOL

https://github.com/Zarel/Pokemon-Showdown/blob/master/PROTOCOL.md

aturfah commented 5 years ago

Somewhat naive of me to think this way, but in order to do any meaningful prediction/logic I'd still need to implement all of the Pokemon logic. Except for Zoroark because Illusion just seems like its going to be dumb to do.