MartiniBnu / PkmnSimulator

0 stars 0 forks source link

Improve the way that we get the Pokemon data and images #4

Open MartiniBnu opened 3 years ago

MartiniBnu commented 3 years ago

How I did this project in 2005, the available resources are much scarcer than today, so I think that work with the PokeAPI (https://pokeapi.co/) is the best way to get the information now, we'll have a dinamic datasource, with constant updates and with a real modern solution.

MartiniBnu commented 3 years ago

In the initial versions the image files are stored into DLL and the datafiles in Binary files.