{"id":16970688,"url":"https://github.com/elyeandre/simple-maze-game","last_synced_at":"2025-08-15T14:15:18.949Z","repository":{"id":192832588,"uuid":"687498325","full_name":"elyeandre/simple-maze-game","owner":"elyeandre","description":"This project is a Java-based maze game inspired by Nitrome's \"Bad Ice Cream.\"","archived":false,"fork":false,"pushed_at":"2025-03-29T00:06:38.000Z","size":34032,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-28T03:18:00.939Z","etag":null,"topics":["badicecream","game","game-development","gamemadewithjava","java","java-game","java-game-development","javagame","maze","maze-game","mazegame","simple-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/elyeandre.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}},"created_at":"2023-09-05T13:31:31.000Z","updated_at":"2025-03-29T00:06:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"a99a58cc-5441-40f0-ae84-9acebd13faec","html_url":"https://github.com/elyeandre/simple-maze-game","commit_stats":null,"previous_names":["elyeandre/simplemazegame","ely-mayor/simple-maze-game","elyeandre/simple-maze-game"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/elyeandre/simple-maze-game","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elyeandre%2Fsimple-maze-game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elyeandre%2Fsimple-maze-game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elyeandre%2Fsimple-maze-game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elyeandre%2Fsimple-maze-game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elyeandre","download_url":"https://codeload.github.com/elyeandre/simple-maze-game/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elyeandre%2Fsimple-maze-game/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270579800,"owners_count":24610079,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["badicecream","game","game-development","gamemadewithjava","java","java-game","java-game-development","javagame","maze","maze-game","mazegame","simple-game"],"created_at":"2024-10-14T00:28:58.187Z","updated_at":"2025-08-15T14:15:18.932Z","avatar_url":"https://github.com/elyeandre.png","language":"Java","readme":"![CodeRabbit Pull Request Reviews](https://img.shields.io/coderabbit/prs/github/elyeandre/simple-maze-game?utm_source=oss\u0026utm_medium=github\u0026utm_campaign=elyeandre%2Fsimple-maze-game\u0026labelColor=171717\u0026color=FF570A\u0026link=https%3A%2F%2Fcoderabbit.ai\u0026label=CodeRabbit+Reviews)\n\u003cp align=\"left\"\u003e\n\u003cimg  alt=\"screenshot\" width=\"500\" src=\"https://github.com/elyeandre/SimpleMazeGame/blob/11fed763cf14c6d31fc77fc247dad53cc2e90a73/screenshot.png\"\u003e\n\u003c/p\u003e\n\n## How to Run This Game\n\nTo run this game, follow these steps:\n\n\n1. Ensure that you have Java installed on your system. To check whether Java is installed, use the following command:\n\n    ```\n    java --version\n    ```\n    \n2. Clone this repository by executing the following command:\n\n    ```\n    git clone https://github.com/elyeandre/simple-maze-game\n    ```\n\n3. Inside the simple-maze-game folder, compile all the classes located in the src directory. This will place the compiled files into the bin folder:\n\n    ```\n    cd simple-maze-game\n    ```\n    ```\n    javac -d bin src/**/*.java\n    ```\n\n4. Inside of bin folder, execute the following command to create a JAR file named `mygame.jar`:\n    ```\n    cd bin\n    ```\n    ```\n    jar cvfm mygame.jar MANIFEST.MF .\n    ```\n\n5. You can now run the game using the following command:\n\n    ```\n    java -jar mygame.jar\n    ```\n- Alternatively, you can use this single command to download and run the game directly:\n\n     ```\n     wget -qO- https://raw.githubusercontent.com/elyeandre/simple-maze-game/main/install_game.sh | bash\n     ```\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felyeandre%2Fsimple-maze-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felyeandre%2Fsimple-maze-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felyeandre%2Fsimple-maze-game/lists"}