https://github.com/vincent-devine/pokemon_folder_organizer
Program to find out where a card should go to collect Pokedex from gen 1 to 5
https://github.com/vincent-devine/pokemon_folder_organizer
cpp pokemon
Last synced: 10 months ago
JSON representation
Program to find out where a card should go to collect Pokedex from gen 1 to 5
- Host: GitHub
- URL: https://github.com/vincent-devine/pokemon_folder_organizer
- Owner: Vincent-Devine
- License: mit
- Archived: true
- Created: 2024-08-22T16:32:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T16:09:04.000Z (almost 2 years ago)
- Last Synced: 2025-03-01T18:16:29.201Z (over 1 year ago)
- Topics: cpp, pokemon
- Language: C++
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pokemon Folder Organizer
Program to find out where a card should go to collect Pokedex from gen 1 to 5
Enter a Pokemon name or ID and you'll get the pokemon's location in your binder.

## Description
Program to find out where a card should go to collect Pokedex from gen 1 to 5 for use with 3x3 binders (9 slots per side) with 20 pages inside
I personnal use 2 binders to store all the 649 pokemon (gen 1 to 5). *the reason for the 'folder' data*
### Technical
Console application write in **C++ 20** with **Visual Studio 2022**
## Data Used
Pokedex recover from [Fanzeyi](https://github.com/fanzeyi/pokemon.json/blob/master/pokedex.json)
Only french pokemon name is parse (you can change it in the *JsonReader.cpp* file)
The Json used for the pokedex only goes up to the 8th generation.
## TODO LIST
- Use a clean json parser
- Change the database to a complete one (with all pokemons)
- Add a visual display for the position
## Credit
- Vincent DEVINE
- [Fanzeyi](https://github.com/fanzeyi) *for the database used*