Skip to content

ryan-mangeno/pokemon-showdown-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pokemon-showdown-cli

Multiplayer pokemon battle client with low-level C++ networking

Connects to Pokémon Showdown — the server is open source so I can determine API endpoints and protocol compatibility. This repo may break if upstream changes their protocol, and I am the only maintainer.

Dependencies

brew install boost openssl

Build

mkdir build
cmake -B build -DOPENSSL_ROOT_DIR=$(brew --prefix openssl)
make

Run

./build/ps-cli

CLI

Screenshot 2026-03-24 at 4 05 45 PM

About

multiplayer pokemon battle app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors