https://github.com/imoitself/hunterexam
FINISHED - thank u hunter exam group
https://github.com/imoitself/hunterexam
database game hunterxhunter java mysql sql terminal-app terminal-based terminal-game
Last synced: 8 months ago
JSON representation
FINISHED - thank u hunter exam group
- Host: GitHub
- URL: https://github.com/imoitself/hunterexam
- Owner: IMOitself
- Archived: true
- Created: 2025-05-22T04:12:23.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-07T12:38:00.000Z (12 months ago)
- Last Synced: 2025-07-08T11:43:32.988Z (11 months ago)
- Topics: database, game, hunterxhunter, java, mysql, sql, terminal-app, terminal-based, terminal-game
- Language: Java
- Homepage:
- Size: 2.55 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Scroll Down
* **`_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`**
---
### Our Gdocs link
**https://docs.google.com/document/d/1ucKV3zvFgoE3a4URU_5xpBQgntx16v6M493VRHTVhvc/edit?usp=sharing**
##
## ⬇️ Download
💻 WINDOWS
* Download Git and run it
[download link](https://github.com/git-for-windows/git/releases/download/v2.49.0.windows.1/Git-2.49.0-64-bit.exe)
* Download OpenJDK and run it
[download link](https://download.oracle.com/java/24/latest/jdk-24_windows-x64_bin.exe)
* On your coding software e.g VS Code or other
*
*
* Enter this code in the Terminal
```bash
git clone https://github.com/IMOitself/hunterexam.git
cd hunterexam/
```
📱 ANDROID
* Download Termux
[download link](https://f-droid.org/repo/com.termux_1021.apk)
* Enter this code in Termux
```bash
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/
```
## ▶️ How to Run
💻 WINDOWS
*
```bash
javac -d classes *.java
java -cp "classes;mysql-connector-j-9.3.0.jar" Main
```
📱 ANDROID
*
```bash
javac -d classes *.java
java -cp classes:mysql-connector-j-9.3.0.jar Main
```
## 🔃 How to Update
* Enter this code
```bash
git pull
```