Introduction: Java Jump Minigame

This will show you how to program in java.

Step 1: Java Jump Minigame

This is a basic game that you can make that will teach you how to use processing

Step 2: Basic Intro to Processing Setup

This video shows how to setup a java program.

This is a link to a website that will help you when you use processing, and will allow you to download it if you don't have it.

http://processing.org/

Step 3: How to Import Images

This video will show you how to import pre maid images to use. You will need the two pictures above so save them to your desktop. Make sure you follow the steps in the video so that the image will properly display.

Step 4: How to Make Your Person Move

This video will show you how to make your person move. The program just adds one to the x value of the person each time it runs through the void draw function .

Step 5: How to Make Your Person Jump

this video shows how to make your person jump. This works by sensing if the mouse is clicked. If it is it adds to the Y value of the person. It also marks the X location than adds a certain value to it to make the jump go a certain distance.

Step 6: How to Make Your Person Sense

This video shows you how to make your person sense the black box. I have premade the code in this video so it will be easier for me to explain it to you.