Coder Social home page Coder Social logo

viiku / madecraft-oop Goto Github PK

View Code? Open in Web Editor NEW

This project forked from joonspoon/madecraft-oop

0.0 0.0 0.0 2.54 MB

Coding exercises for my LinkedIn course: Java Deep Dive

Home Page: https://www.linkedin.com/learning/java-deep-dive

Java 100.00%

madecraft-oop's Introduction

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.

madecraft-oop's People

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.