An open API service indexing awesome lists of open source software.

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_

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