{"id":49902355,"url":"https://github.com/ikemen-engine/ikemen-go","last_synced_at":"2026-06-13T05:01:32.990Z","repository":{"id":36991899,"uuid":"166820501","full_name":"ikemen-engine/Ikemen-GO","owner":"ikemen-engine","description":"An open-source fighting game engine that supports MUGEN resources.","archived":false,"fork":false,"pushed_at":"2026-06-13T03:23:50.000Z","size":33156,"stargazers_count":1388,"open_issues_count":124,"forks_count":217,"subscribers_count":61,"default_branch":"develop","last_synced_at":"2026-06-13T03:25:06.129Z","etag":null,"topics":["game-engine","gamedev","go","golang"],"latest_commit_sha":null,"homepage":"https://ikemen-engine.github.io","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ikemen-engine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-01-21T13:39:54.000Z","updated_at":"2026-06-13T03:02:05.000Z","dependencies_parsed_at":"2026-02-28T03:09:57.747Z","dependency_job_id":null,"html_url":"https://github.com/ikemen-engine/Ikemen-GO","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/ikemen-engine/Ikemen-GO","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikemen-engine%2FIkemen-GO","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikemen-engine%2FIkemen-GO/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikemen-engine%2FIkemen-GO/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikemen-engine%2FIkemen-GO/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ikemen-engine","download_url":"https://codeload.github.com/ikemen-engine/Ikemen-GO/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikemen-engine%2FIkemen-GO/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34272603,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"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":["game-engine","gamedev","go","golang"],"created_at":"2026-05-16T08:20:09.515Z","updated_at":"2026-06-13T05:01:32.982Z","avatar_url":"https://github.com/ikemen-engine.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://ikemen-engine.github.io/\"\u003e\n    \u003cimg src=\"https://github.com/user-attachments/assets/0dcd7ae1-5c9d-44e1-aa32-9ec4b9ed3952\" style=\"width: 699px; alt=\"IKEMEN GO Logo\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nIkemen GO is an open source fighting game engine that supports resources from the [M.U.G.E.N](https://en.wikipedia.org/wiki/Mugen_(game_engine)) engine, written in Google’s programming language, [Go](https://go.dev/). It is a complete rewrite of a prior engine known simply as Ikemen.\n\n## Features\nIkemen GO aims for backwards-compatibility on par with M.U.G.E.N version 1.1 Beta, while simultaneously expanding on its features in a variety of ways.\n\nRefer to [our wiki](https://github.com/ikemen-engine/Ikemen-GO/wiki) to see a comprehensive list of new features that have been added in Ikemen GO.\n\n## Installing\nReady to use builds for Windows, macOS and Linux can be found in the [releases section](https://github.com/ikemen-engine/Ikemen-GO/releases) of this repository. You can find nightly builds [here](https://github.com/ikemen-engine/Ikemen-GO/releases/tag/nightly) as well, which update on every commit.\n\n## Running\nDownload the ZIP archive that matches your operating system and extract its contents to your preferred location.\n\nOn Windows, double-click `Ikemen_GO.exe`.\nOn macOS or Linux, double-click `Ikemen_GO.command`.\n\n## Developing\nThese instructions are for those interested in developing the Ikemen GO engine itself. Instructions for creating custom stages, fonts, characters and other resources can be found in the community forum.\n\n### Building\nFor setup and platform-specific steps, see [BUILDING.md](./BUILDING.md).\nIt covers Windows, Linux (including ARM64), macOS (Apple Silicon and Intel), and Android (APK via Docker).\n\n### Debugging\nIn order to run the compiled Ikemen GO executable, you will need to download the [engine dependencies](https://github.com/ikemen-engine/Ikemen-GO-Screenpack) and unpack them into the Ikemen-GO source directory. After that, you can use [Goland](https://www.jetbrains.com/go/) or [Visual Studio Code](https://code.visualstudio.com/) to debug.\n\n## Troubleshooting\nIf you run into any issues with Ikemen Go, you can report it on our [issue tracker](https://github.com/ikemen-engine/Ikemen-GO/issues). It is recommend to read [this page](https://github.com/ikemen-engine/Ikemen-GO/blob/develop/CONTRIBUTING.md) before submitting a bug report.\n\n## References\n- [The original reposity of Ikemen GO.](https://osdn.net/users/supersuehiro/pf/ikemen_go/) This project was forked from this repository due to its original author seemingly abandoning the project.\n\n- [The default motif bundled with the engine.](https://github.com/ikemen-engine/Ikemen-GO-Screenpack) Note that this motif is licensed under CC-BY 3 rather than Ikemen GO's source, which is MIT.\n\n## Name\n\"Ikemen\" is an acronym of:\n\n**い**つまでも **完**成しない **永**遠に **未**完成 **エン**ジン  \n**I**tsu made mo **K**ansei shinai **E**ien ni **M**ikansei **EN**gine\n\n## License\nIkemen GO engine is under the MIT License.\nBundled screenpack assets are under Creative Commons licenses.\nSee [LICENSE.txt](LICENSE.txt) for more details.\nThis program statically links FFmpeg (LGPL v2.1).\n\nThe exact corresponding source for the FFmpeg build is provided on the [release page](https://github.com/ikemen-engine/Ikemen-GO/releases/latest) as Source-code-FFmpeg.tar.gz. You may rebuild this application against a modified FFmpeg.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikemen-engine%2Fikemen-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fikemen-engine%2Fikemen-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikemen-engine%2Fikemen-go/lists"}