A Python library for Pokemon TCG Pocket battles.
# Clone the repository
git clone https://github.com/apmnt/poke-pocket-sim.git
cd poke-pocket-sim
# Install dependencies
pip install -e .# Play against a bot
python examples/demo_single_player.py
# Or make bots play against eachother
python examples/demo_single_player.py --bot- Core game mechanics (attacks, items, supporters, abilities)
- Single turn simulation and evaluation
- Human and bot players
- Improved text-based UI
- More Pokemon cards and abilities
- PyPI package distribution
- Web-based interface
Contributions are welcome! The project is under (on and off) active development.
Any ideas/bugs? Create an issue!