Skip to content

chase-manning/pokemon-tcg-pocket-tier-list

Repository files navigation

Pokemon TCG Pocket Deck Tier List

image

A comprehensive web application that tracks and displays the current best decks for the Pokemon TCG Pocket game. This project aims to help players stay informed about the competitive meta by analyzing tournament data from Limitless Tournaments.

Features

  • Real-time deck tier rankings based on tournament performance
  • Detailed deck statistics and win rates
  • Easy-to-use interface for browsing top decks
  • Regular updates based on tournament results
  • Mobile-friendly design

Getting Started

Prerequisites

  • Node.js (v16 or higher)
  • npm or yarn

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/pokemon-tcg-pocket-best-decks.git
cd pokemon-tcg-pocket-best-decks
  1. Install dependencies:
npm install
# or
yarn install
  1. Start the development server:
npm run dev
# or
yarn dev
  1. Open your browser and navigate to http://localhost:3000

Contributing

We welcome contributions to improve this project! Here's how you can help:

  1. Fork the repository
  2. Create a new branch for your feature (git checkout -b feature/AmazingFeature)
  3. Make your changes
  4. Commit your changes (git commit -m 'Add some AmazingFeature')
  5. Push to the branch (git push origin feature/AmazingFeature)
  6. Open a Pull Request

Guidelines for Contributions

  • Ensure your code follows the existing style and conventions
  • Add appropriate tests for new features
  • Update documentation as needed
  • Keep commits focused and atomic
  • Provide clear descriptions in pull requests

Translations

This project supports multiple languages to make it accessible to Pokemon TCG players worldwide. The translation system uses JSON files to manage localized content, making it easy to add new languages or update existing translations.

If you'd like to contribute a new language translation:

  1. Check the locales directory for existing translations
  2. Create a new JSON file for your language following the existing format
  3. Submit a Pull Request with your translation

We welcome translations for any language! If you spot any errors in existing translations or want to add a new language, feel free to raise a PR.

Data Sources

This project uses two main data sources:

  1. Tournament data from Limitless, a leading platform for Pokemon TCG tournaments. The deck rankings and statistics are based on:

    • Tournament participation rates
    • Win rates
    • Top cut appearances
    • Overall performance in recent tournaments
  2. Card data from pokemon-tcg-pocket-cards, an open-source repository that provides comprehensive card information for Pokemon TCG Pocket. This data is used to display detailed card information and deck compositions.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Limitless for providing tournament data
  • pokemon-tcg-pocket-cards for maintaining the card database
  • The Pokemon TCG community for their support and feedback
  • All contributors who help improve this project

Contact

If you have any questions or suggestions, please feel free to open an issue in the repository.

About

A live tier list for the best decks in the Pokemon TCG Pocket game

Topics

Resources

Stars

Watchers

Forks

Languages