资源算法madecraft-oop

madecraft-oop

2020-03-02 | |  62 |   0 |   0

Java Deep Dive: Object Oriented Programming

Pre-requisites:

  1. Java: https://www.java.com/en/download

  2. Eclipse: https://www.eclipse.org/downloads/packages/installer

    • Select your operating system under "Download"

    • Select "Eclipse IDE for Java Developers"

Choose your own adventure:

  • 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.

[Option A] To get the code running in Eclipse:

  1. Click on the download button above, then "Download ZIP".

  2. Unpack the zip file on your computer. This will create a folder called madecraft-oop-master.

  3. From Eclipse, click File > Import > General > Existing Projects into Workspace > Next > Browse... and select the madecraft-oop-master directory.

[Option B] To get your own copy of the code:

  1. Extra pre-requisite: Install Git

  2. Click on the fork button above. This repository will be copied into your user account.

  3. From your command line ("Terminal" on Mac, "Command Prompt" in Windows), navigate into your eclipse-workspace directory.

  4. Copy the repository URL from the address bar at the top of this page, and type: git clone [paste-your-repository-url]

  5. From Eclipse, click File > Import > General > Existing Projects into Workspace > Next > Browse... and select the madecraft-oop directory.

  6. When you're ready to upload your changes back to GitHub, this video will show you how.



上一篇:Madeleine.js

下一篇:madedit-mod

用户评价
全部评价

热门资源

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...