_Phase1.java
: (Ashton)_Phase2.java
: (Tachi)_Phase3.java
: (JR)_Phase4.java
: (sir Rey)_PhaseFinal.java
: (Meynard)
Files for connecting everything:
_Intro.java
_PlayerScreen.java
Main.java
UI.java
Player.java
https://docs.google.com/document/d/1ucKV3zvFgoE3a4URU_5xpBQgntx16v6M493VRHTVhvc/edit?usp=sharing
💻 WINDOWS
- Download Git and run it download link
- Download OpenJDK and run it download link
- On your coding software e.g VS Code or other
-
-
- Enter this code in the Terminal
git clone https://github.com/IMOitself/hunterexam.git cd hunterexam/
📱 ANDROID
- Download Termux download link
- Enter this code in Termux
pkg update && pkg upgrade -y pkg install git openjdk-17 -y git --version java -version javac -version termux-setup-storage cd ~/storage/downloads git clone https://github.com/IMOitself/hunterexam.git cd hunterexam/
💻 WINDOWS
-
javac -d classes *.java java -cp "classes;mysql-connector-j-9.3.0.jar" Main
📱 ANDROID
-
javac -d classes *.java java -cp classes:mysql-connector-j-9.3.0.jar Main
- Enter this code
git pull