- Java: https://www.java.com/en/download
- Eclipse: https://www.eclipse.org/downloads/packages/installer
- Select your operating system under "Download"
- Select "Eclipse IDE for Java Developers"
- Option A: Choose this option if you'd like to look at the code that I use in the videos, and complete the exercises, but you plan to toss it away afterwards.
- Option B: If you'd like to commit your solutions back to GitHub, to add to your own portfolio of work, choose this option.
- Click on the button above, then "Download ZIP".
- Unpack the zip file on your computer. This will create a folder called madecraft-oop-master.
- From Eclipse, click File > Import > General > Existing Projects into Workspace > Next > Browse... and select the madecraft-oop-master directory.
- Extra pre-requisite: Install Git
- Click on the button above. This repository will be copied into your user account.
- From your command line ("Terminal" on Mac, "Command Prompt" in Windows), navigate into your
eclipse-workspace
directory. - Copy the repository URL from the address bar at the top of this page, and type:
git clone [paste-your-repository-url]
- From Eclipse, click File > Import > General > Existing Projects into Workspace > Next > Browse... and select the madecraft-oop directory.
- When you're ready to upload your changes back to GitHub, this video will show you how.