Coder Social home page Coder Social logo

pokejava's Introduction

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
			
			

pokejava's People

Contributors

michael-cohen-io avatar peternerd avatar

Watchers

James Cloos avatar Jordan Giacone avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.