The Pokedex Project is an open-source Java program you can use to look up Pokemon data using a database.
Currently, the program contains Pokemon data from Generation 1 (Pokemon Red, Green, Blue, & Yellow games) with included abilities from Generation 3 (Pokemon FireRed, LeafGreen games). We have plans to add data from later generations in a future release. Stay tuned!
- the Pokedex Project source code ZIP file
- An IDE (Integrated Development Environment), such as IntelliJ by JetBrains or Microsoft Visual Studio Code (both have free versions)
- A JDK (Java Development Kit) such as OpenJDK
Visual Studio Code: https://code.visualstudio.com/Download
IntelliJ by JetBrains: https://www.jetbrains.com/idea/download/?section=windows
Download OpenJDK: https://jdk.java.net/25/
Click here to learn how to install and use the program!