Skip to content

BryantN/JavaFinalPlatformer

Repository files navigation

Bryant Nielson A01770570

Compiled on Java 1.7, using Intellij 13

This wa My final Project As turned IN for my Java Class

Sources are the following
     http://katyscode.wordpress.com/2013/01/18/2d-platform-games-collision-detection-for-dummies/
    Only used the eight point player collision detection, everything else in collision is my own,
		even then I didn't look to much at this parties code, just read the explanation around it.
	
	http://stackoverflow.com/questions/11552092/changing-image-opacity
	
	For changing opacity of text, I don't believe that there are many if any other methods than this for it.
	as proved by the following source
		http://stackoverflow.com/questions/15995047/change-alpha-of-image-in-java-for-method-drawimage
		
		
    http://stackoverflow.com/questions/15491942/how-to-call-joptionpane-with-only-yes-no-options
	for the dialogue box at the end to restart the game
	
	https://docs.oracle.com/javase/tutorial/uiswing/events/changelistener.html
	https://docs.oracle.com/javase/tutorial/uiswing/components/slider.html
	for writing the changelistner and Jslider in PausePanel
	
	
	just covering my bases for the last three,  
	most of these are just how do I write the syntax, except for the opacity which was a conceptual Question.
	

About

Final Java Project-Short Platformer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages