{"id":20929774,"url":"https://github.com/RedInfinityPro/Monster-Maze","last_synced_at":"2025-09-30T01:31:35.583Z","repository":{"id":240973085,"uuid":"803955727","full_name":"Statute8234/Monster-Maze","owner":"Statute8234","description":"Rating: (8/10): Monster Maze is a Java-based 2D grid game where players navigate, collect items, and battle monsters, using AI for movement and strategic moves.","archived":false,"fork":false,"pushed_at":"2024-10-12T22:33:21.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T04:33:50.066Z","etag":null,"topics":["arraylist","event","iterator","jpanel","random","time","timer","timertask"],"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/Statute8234.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}},"created_at":"2024-05-21T17:21:21.000Z","updated_at":"2024-10-12T22:33:24.000Z","dependencies_parsed_at":"2024-05-21T18:43:44.054Z","dependency_job_id":"03f2d137-8f7f-4b41-8c51-79e759f27c3e","html_url":"https://github.com/Statute8234/Monster-Maze","commit_stats":null,"previous_names":["statute8234/monster-maze"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Statute8234%2FMonster-Maze","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Statute8234%2FMonster-Maze/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Statute8234%2FMonster-Maze/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Statute8234%2FMonster-Maze/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Statute8234","download_url":"https://codeload.github.com/Statute8234/Monster-Maze/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234685152,"owners_count":18871431,"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":["arraylist","event","iterator","jpanel","random","time","timer","timertask"],"created_at":"2024-11-18T21:23:58.063Z","updated_at":"2025-09-30T01:31:30.298Z","avatar_url":"https://github.com/Statute8234.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MonsterMaze\nMonster Maze is a Java-based 2D grid game where players navigate a maze, collect items, and battle monsters. It features random item spawns, AI for monster movements, and a simple yet engaging gameplay experience.\n\n[![Static Badge](https://img.shields.io/badge/javax.swing.*-green)](https://mvnrepository.com/artifact/javax.swing.*)\n[![Static Badge](https://img.shields.io/badge/java.awt.*-orange)](https://mvnrepository.com/artifact/java.awt.*)\n[![Static Badge](https://img.shields.io/badge/java.awt.event.*-red)](https://mvnrepository.com/artifact/java.awt.event.*)\n[![Static Badge](https://img.shields.io/badge/java.sql.Time-yellow)](https://mvnrepository.com/artifact/java.sql.Time)\n[![Static Badge](https://img.shields.io/badge/java.util.ArrayList-blue)](https://mvnrepository.com/artifact/java.util.ArrayList)\n[![Static Badge](https://img.shields.io/badge/java.util.Random-red)](https://mvnrepository.com/artifact/java.util.Random)\n[![Static Badge](https://img.shields.io/badge/java.util.TimerTask-blue)](https://mvnrepository.com/artifact/java.util.TimerTask)\n[![Static Badge](https://img.shields.io/badge/java.util.Iterator-black)](https://mvnrepository.com/artifact/java.util.Iterator)\n[![Static Badge](https://img.shields.io/badge/javax.swing.JPanel-black)](https://mvnrepository.com/artifact/javax.swing.JPanel)\n[![Static Badge](https://img.shields.io/badge/javax.swing.Timer-blue)](https://mvnrepository.com/artifact/javax.swing.Timer)\n\n\n## Table of Contents\n\n- [About](#about)\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## About\n\nMonster Maze is a Java-based 2D grid game where players navigate a maze, collect items, and battle monsters. The game features random item spawns, such as food, weapons, and level-up items, with players strategically moving to avoid the monster and collecting items to increase health and damage capabilities. It includes basic AI for monster movements.\n\n## Features\n\n- **Grid-Based Layout:** Explore a 2D grid maze to discover hidden paths and new areas.\n- **Random Item Spawns:** Collect food, weapons, and level-up items to enhance your character.\n- **Monster AI:** Engage in battles with monsters that have basic AI movements.\n- **Strategy and Exploration:** Balance collecting items with avoiding monsters for survival.\n- **Engaging Gameplay:** Combines exploration, strategy, and combat in a challenging 2D adventure.\n\n## Installation\n\nTo install Monster Maze, follow these steps:\n\n1. Clone the repository using HTTPS:\n   ```bash\n   git clone https://github.com/{User}/Monster-Maze.git\n   ```\n2. Alternatively, clone using SSH:\n   ```bash\n   git clone git@github.com:{User}/Monster-Maze.git\n   ```\n3. Navigate to the project directory:\n   ```bash\n   cd Monster-Maze\n   ```\n\n## Usage\n\nThe Monster Maze GitHub repository structure includes a Java source file, assets, images, README.md, .gitignore, and LICENSE. \n\n- `src/`: Contains the main Java source file.\n- `assets/images/`: Stores images for the player, monster, food, weapon, and level-up items.\n- `README.md`: Provides an overview of the project and usage instructions.\n- `.gitignore`: Specifies files and directories to be ignored by Git.\n- `LICENSE`: Includes the project's distribution license.\n\nTo run the game, compile and execute the main Java class in the `src` directory.\n\n## Contributing\n\nContributions are welcome! To contribute to Monster Maze, follow these steps:\n\n1. Fork the repository.\n2. Create a new branch:\n   ```bash\n   git checkout -b feature/YourFeature\n   ```\n3. Make your changes and commit them:\n   ```bash\n   git commit -m \"Add new feature\"\n   ```\n4. Push to the branch:\n   ```bash\n   git push origin feature/YourFeature\n   ```\n5. Create a new Pull Request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRedInfinityPro%2FMonster-Maze","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRedInfinityPro%2FMonster-Maze","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRedInfinityPro%2FMonster-Maze/lists"}