Skip to content

SebA-R/lunar_lander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lunar Lander

This is a repository for the Lunar Lander project, a part of the ICS4UE computer science principles project by Sebastian Arellano-Rubach.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have a <Windows/Linux/Mac> machine running <Windows 10/Ubuntu 20.04/macOS Big Sur>.
  • You have installed the latest version of Java.

Installing Java

To install Java, follow these steps:

Windows/MacOS

  1. Visit the Java download page.
  2. Click on the "Free Java Download" button.
  3. Click on the "Agree and Start Free Download" button.
  4. Run the installer and follow the instructions.

Linux

  1. Open a terminal.
  2. Update the package index using the command: sudo apt update.
  3. Install the Default JDK package using the command: sudo apt install default-jdk.
  4. Verify the installation by running the command: java -version.

Running Lunar Lander

To run Lunar Lander, follow these steps:

  1. Open a terminal/command prompt.
  2. Navigate to the directory containing the Lunar Lander files.
  3. Compile the Java files using the command: javac Main.java.
  4. Run the Main class using the command: java Main.

License

This project uses the following license: MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages