{"id":25890585,"url":"https://github.com/humbertodias/jmugen","last_synced_at":"2025-10-07T16:26:01.358Z","repository":{"id":278986764,"uuid":"929431002","full_name":"humbertodias/jmugen","owner":"humbertodias","description":"2D Fighting engine in java that can take all Mugen resources","archived":false,"fork":false,"pushed_at":"2025-08-25T03:06:57.000Z","size":44812,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-06T21:12:48.144Z","etag":null,"topics":["java","jogl","lwjgl","mugen","swing"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/humbertodias.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-08T14:38:18.000Z","updated_at":"2025-08-25T03:07:00.000Z","dependencies_parsed_at":"2025-05-31T16:54:16.643Z","dependency_job_id":"b2bd596f-8e26-462f-a622-ea08653921e9","html_url":"https://github.com/humbertodias/jmugen","commit_stats":null,"previous_names":["humbertodias/jmugen"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/humbertodias/jmugen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humbertodias%2Fjmugen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humbertodias%2Fjmugen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humbertodias%2Fjmugen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humbertodias%2Fjmugen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/humbertodias","download_url":"https://codeload.github.com/humbertodias/jmugen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humbertodias%2Fjmugen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274199558,"owners_count":25239874,"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-09-08T02:00:09.813Z","response_time":121,"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":["java","jogl","lwjgl","mugen","swing"],"created_at":"2025-03-02T19:28:15.793Z","updated_at":"2025-10-07T16:25:56.308Z","avatar_url":"https://github.com/humbertodias.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n[![CI](https://github.com/humbertodias/jmugen/actions/workflows/ci.yml/badge.svg)](https://github.com/humbertodias/jmugen/actions/workflows/ci.yml)\n[![CD](https://github.com/humbertodias/jmugen/actions/workflows/cd.yml/badge.svg)](https://github.com/humbertodias/jmugen/actions/workflows/cd.yml)\n![GitHub all releases](https://img.shields.io/github/downloads/humbertodias/jmugen/total)\n\n\n# JMugen\n\nIs a Java-based recreation of the classic 2D fighting engine [M.U.G.E.N](https://www.elecbyte.com/mugendocs-11b1/mugen.html).\n\nForked from [code.google/jmugen](https://code.google.com/archive/p/jmugen/)\n\nExplore the available [features](./FEATURES.md) and contribute to implementing the missing ones.\n\n![JMugen Gameplay](https://github.com/user-attachments/assets/1b7c5e84-4abc-4200-9580-c0d00d7397b8)\n\n## 🎮 Controls\n\n| Player | Movement |  Punch  |  Kick   | Help |\n|:------:|:--------:|:-------:|:-------:|:----:|\n| **P1** |  `WASD`  | `U P I` | `; J K` | `F1` |\n| **P2** | `Arrows` | `7 4 5` | `8 0 2` | `--` |\n\nYou can configure the controls in the [keys.properties](JMugen.Properties/src/main/resources/keys.properties) file.\n\n## 🐞 Debug Mode\n\u003cimg width=\"640\" height=\"520\" alt=\"image\" src=\"https://github.com/user-attachments/assets/d38851cd-88f2-4249-915e-40fda655310c\" /\u003e\n\n![jmuge-statecontroller-debugger](https://github.com/user-attachments/assets/63908d34-83b8-462b-aecc-21ba9c237a5b)\n\n\n## 💻 Supported Platforms\n\n- ✅ Any runtime - JAR\n- ✅ Linux - x86_64\n- ✅ Linux - ARM64\n- ✅ macOS - x64\n- ✅ macOS - ARM64\n- ✅ Windows - x86_64\n- ❌ Windows - ARM64 (Not supported yet)\n\nCheck out the latest [releases](https://github.com/humbertodias/jmugen/releases).\n\n## 🤝 Contribute\n\nWe welcome contributions!\n\n- Clone the project from [the repository](https://github.com/humbertodias/jmugen).\n- Report issues or request features on [the issues page](https://github.com/humbertodias/jmugen/issues).\n\n## 📚 Resources\n\n- 📖 [Development Guide](./DEV.md)\n- 📜 [License Information](./LICENSE)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumbertodias%2Fjmugen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhumbertodias%2Fjmugen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumbertodias%2Fjmugen/lists"}