Skip to content

apmnt/poke-pocket-sim

Repository files navigation

Pokemon TCG Pocket Simulator

A Python library for Pokemon TCG Pocket battles.

Python License: MIT

Quick Start

Installation

# Clone the repository
git clone https://github.com/apmnt/poke-pocket-sim.git
cd poke-pocket-sim

# Install dependencies
pip install -e .

Run demo games

# Play against a bot
python examples/demo_single_player.py

# Or make bots play against eachother
python examples/demo_single_player.py --bot

Roadmap

  • 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

Contributing

Contributions are welcome! The project is under (on and off) active development.

Any ideas/bugs? Create an issue!

About

Pokemon TCG Pocket simulator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages