This is a repository for the Lunar Lander project, a part of the ICS4UE computer science principles project by Sebastian Arellano-Rubach.
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.
To install Java, follow these steps:
- Visit the Java download page.
- Click on the "Free Java Download" button.
- Click on the "Agree and Start Free Download" button.
- Run the installer and follow the instructions.
- Open a terminal.
- Update the package index using the command:
sudo apt update. - Install the Default JDK package using the command:
sudo apt install default-jdk. - Verify the installation by running the command:
java -version.
To run Lunar Lander, follow these steps:
- Open a terminal/command prompt.
- Navigate to the directory containing the Lunar Lander files.
- Compile the Java files using the command:
javac Main.java. - Run the Main class using the command:
java Main.
This project uses the following license: MIT License.