{"id":28493676,"url":"https://github.com/imoitself/hunterexam","last_synced_at":"2025-10-19T00:29:54.238Z","repository":{"id":294800012,"uuid":"988105395","full_name":"IMOitself/hunterexam","owner":"IMOitself","description":"FINISHED - thank u hunter exam group","archived":true,"fork":false,"pushed_at":"2025-06-07T12:38:00.000Z","size":2677,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-08T11:43:32.988Z","etag":null,"topics":["database","game","hunterxhunter","java","mysql","sql","terminal-app","terminal-based","terminal-game"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IMOitself.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-22T04:12:23.000Z","updated_at":"2025-06-30T15:30:52.000Z","dependencies_parsed_at":"2025-06-05T15:39:36.877Z","dependency_job_id":null,"html_url":"https://github.com/IMOitself/hunterexam","commit_stats":null,"previous_names":["imoitself/hunterexam"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IMOitself/hunterexam","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMOitself%2Fhunterexam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMOitself%2Fhunterexam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMOitself%2Fhunterexam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMOitself%2Fhunterexam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IMOitself","download_url":"https://codeload.github.com/IMOitself/hunterexam/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMOitself%2Fhunterexam/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265431513,"owners_count":23764028,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","game","hunterxhunter","java","mysql","sql","terminal-app","terminal-based","terminal-game"],"created_at":"2025-06-08T09:30:30.609Z","updated_at":"2025-10-19T00:29:49.215Z","avatar_url":"https://github.com/IMOitself.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![hakdog](images/image.png)\n\n## Scroll Down\n\n* **`_Phase1.java`**: (Ashton)\n* **`_Phase2.java`**: (Tachi)\n* **`_Phase3.java`**: (JR)\n* **`_Phase4.java`**: (sir Rey)\n* **`_PhaseFinal.java`**: (Meynard)\n\n\u003cdetails\u003e\n  \u003csummary\u003eFiles for connecting everything:\u003c/summary\u003e\n  \n* **`_Intro.java`**\n* **`_PlayerScreen.java`** \n* **`Main.java`**\n* **`UI.java`**\n* **`Player.java`** \n\n\u003c/details\u003e\n\n---\n\n### Our Gdocs link\n\n**https://docs.google.com/document/d/1ucKV3zvFgoE3a4URU_5xpBQgntx16v6M493VRHTVhvc/edit?usp=sharing**\n\n## \n\n\u003cdiv align=\"center\"\u003e\n\n## ⬇️ Download\n\u003c/div\u003e\n\n💻 WINDOWS\n\n  * Download Git and run it\n    [download link](https://github.com/git-for-windows/git/releases/download/v2.49.0.windows.1/Git-2.49.0-64-bit.exe)\n  * Download OpenJDK and run it\n    [download link](https://download.oracle.com/java/24/latest/jdk-24_windows-x64_bin.exe)\n  * On your coding software e.g VS Code or other\n  * \u003cimg src=\"images/instruction1.png\" alt=\"hakdog\" width=\"400\"/\u003e\n  * \u003cimg src=\"images/instruction2.png\" alt=\"hakdog\" width=\"400\"/\u003e\n* Enter this code in the Terminal\n    ```bash\n    git clone https://github.com/IMOitself/hunterexam.git\n    cd hunterexam/\n    ```\n    \n\u003cdetails\u003e\n  \u003csummary\u003e📱 ANDROID\u003c/summary\u003e\n  \n* Download Termux\n    [download link](https://f-droid.org/repo/com.termux_1021.apk)\n* Enter this code in Termux\n    ```bash\n    pkg update \u0026\u0026 pkg upgrade -y\n    pkg install git openjdk-17 -y\n    git --version\n    java -version\n    javac -version\n    termux-setup-storage\n    cd ~/storage/downloads\n    git clone https://github.com/IMOitself/hunterexam.git\n    cd hunterexam/\n    ```\n\u003c/details\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003cbr/\u003e\n  \n## ▶️ How to Run\n\u003c/div\u003e\n\n💻 WINDOWS\n  \n* \n   ```bash\n   javac -d classes *.java\n   java -cp \"classes;mysql-connector-j-9.3.0.jar\" Main\n   ```\n   \n\u003c/details\u003e\n\u003cdetails\u003e\n  \u003csummary\u003e📱 ANDROID\u003c/summary\u003e\n  \n* \n   ```bash\n   javac -d classes *.java\n   java -cp classes:mysql-connector-j-9.3.0.jar Main\n   ```\n   \n\u003c/details\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003cbr/\u003e\n  \n## 🔃 How to Update\n\u003c/div\u003e\n\n* Enter this code\n    ```bash\n    git pull\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimoitself%2Fhunterexam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimoitself%2Fhunterexam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimoitself%2Fhunterexam/lists"}