https://github.com/rodolfoferro/pokehandy
Data web app sobre Pokémon TCG que desarrollo durante transmisiones de Twitch, 2022. https://twitch.tv/fractalfox_
https://github.com/rodolfoferro/pokehandy
Last synced: 4 months ago
JSON representation
Data web app sobre Pokémon TCG que desarrollo durante transmisiones de Twitch, 2022. https://twitch.tv/fractalfox_
- Host: GitHub
- URL: https://github.com/rodolfoferro/pokehandy
- Owner: RodolfoFerro
- Created: 2022-02-05T18:16:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T07:07:02.000Z (over 2 years ago)
- Last Synced: 2024-02-08T08:23:37.030Z (over 2 years ago)
- Language: Python
- Size: 6.84 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⚡️ Pokéhandy – Pokémon Hand Simulator [WIP 🚧]
This application aims to simulate the hand of a Pokémon TCG player.
We want to help Pokémon TCG players to understand the distribution of cards
of their decks and to simulate starting hands + prizes + mulligans.
This is a work in progress and I'm currently streaming the development of
this tool every friday at 9 PM (🇲🇽) on
[https://twitch.tv/fractalfox_](https://twitch.tv/fractalfox_).
## To do list:
- [X] Convert deck format from PCTGO to a processable list of information
- [X] Search card info through the [Pokémon TCG API](https://pokemontcg.io/)
- [ ] Display cards (deck) in a grid
- [X] Build an object with card info from the API
- [ ] Build a virtual deck
- [X] Build shuffling algorith (Fisher-Yates or similar) ▶️ Used Durstenfeld shuffle
- [ ] Simulate hands + mulligans + prizes
- [ ] Build useful visualizations
---
- [ ] Port to Flask App