-
Notifications
You must be signed in to change notification settings - Fork 9
michael-cohen-io/PokeJava
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Welcome to PokeJava, an Java Wrapper for Pokeapi! Current version: 0.7 As of now, there is no formal documentation to explain the basics of this project. There are plans to add a documentation for this wrapper in the future. For now this README will be used to track progress. 0.1 - Abstract ModelClass added that handles extracting the API and using JSON to parse code. Pokemon class has basic functionality and all necessary properties. Looking to delve deeper into the class once basic functionality works in all other major API objects. This includes adding types, Pokemon relationships, moves, etc. TODO for 0.2: Add types, pokemon relationships classes, finish Pokemon class - Completed 0.2 - Changed JSON parser from quick-json to org.json. Added evolution hierarchy. Added Types & Finished Pokemon Class - Fixed issue with Type class recursively iterating through itself TODO for 0.3: Add Abilities, Egg groups, Moves - Completed 0.3 - Added Move, EggGroup, and Ability. Working on moving the standard properties to the ModelClass and having them defined there. TODO for 0.4: Add Abilities, Egg Groups, Moves, and Types to Pokemon class as properties. Add toString() & printInfo() - Completed TODO: - Add toString() and printInfo() to each class - Completed 0.4 - Added Abilities, Egg Groups, Moves, and Types to Pokemon Class as properties. Added toString() and printInfo() TOOD for 0.5: Add Pokedex, Description, Sprite, Game TODO: Add: - Pokedex - Completed - Description - Completed - Sprite - Completed - Game - Completed 0.5 - Added Pokedex, Description, Sprite, Game TODO for 0.6 - Documentation and commenting TODO: - Implement Types and Abilities in Pokemon Class - Completed - Move Name, Created, Modified, etc. to ModelClass. - Completed - Move accessor methods to ModelClass as well - Completed 0.6 - All classes complete TODO for 1.0 - Proper documentation and commenting. Fixing all previous problems. Faster JSON Parsing*. Tester Class TODO: - Change the ArrayList returns from being null if empty to giving the user an exception/empty ArrayList - Completed, need to test - *Faster JSON - Only if feasible. - Completed - Change created, modified to datetime - Completed - Add description ArrayList to Pokemon Class - Completed - add boolean hasX() to all ArrayList properties in all classes, adjust Tester classes as needed - Completed 0.7 - Various minor improvements and fixes TODO for 1.0 - Proper documentation and commenting. Fixing all previous problems. Faster JSON Parsing*. Tester Class TODO: - Documentation - Commenting - Tester - Redo Pokemon constructors - Completed All - Edit faults - New string based constructor - Add level to Move class -Possibly make Move ArrayList in Pokemon class a multidimensional ArrayList<Integer> -Possibly make Move a second constructor - CHOSEN, COMPLETED, ADD Description to docs Add to docs: - information about hasEvolution() - EvolutionLevel - LearnType - not useful outside scope of Pokemon Object Finished docs: - Pokemon
About
A Java wrapper for Pokeapi
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published