Ikemen GO is an open source fighting game engine that supports resources from the M.U.G.E.N engine, written in Google’s programming language, Go. It is a complete rewrite of a prior engine known simply as Ikemen.
Ikemen 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.
Refer to our wiki to see a comprehensive list of new features that have been added in Ikemen GO.
Ready-to-use builds are available in the releases section. Stable releases use tags such as v1.0.0, while release candidates use tags such as v1.0.0-rc.1 and are marked as pre-releases. Nightly builds are updated after each commit to develop and may be less stable.
Download the ZIP archive that matches your operating system and extract its contents to your preferred location.
On Windows, double-click Ikemen_GO.exe.
On macOS or Linux, double-click Ikemen_GO.command.
These 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.
For setup and platform-specific steps, see BUILDING.md. It covers Windows, Linux (including ARM64), macOS (Apple Silicon and Intel), and Android (APK via Docker).
In order to run the compiled Ikemen GO executable, you will need to download the engine dependencies and unpack them into the Ikemen-GO source directory. After that, you can use Goland or Visual Studio Code to debug.
If you run into any issues with Ikemen Go, you can report it on our issue tracker. It is recommend to read this page before submitting a bug report.
-
The original reposity of Ikemen GO. This project was forked from this repository due to its original author seemingly abandoning the project.
-
The default motif bundled with the engine. Note that this motif is licensed under CC-BY 3 rather than Ikemen GO's source, which is MIT.
"Ikemen" is an acronym of:
いつまでも 完成しない 永遠に 未完成 エンジン
Itsu made mo Kansei shinai Eien ni Mikansei ENgine
Ikemen GO engine is under the MIT License. Bundled screenpack assets are under Creative Commons licenses. See LICENCE.txt for more details. This program dynamically links FFmpeg (LGPL v2.1).
The exact corresponding source for the FFmpeg build is provided on the release page as src_ffmpeg.tar.gz. You may rebuild this application against a modified FFmpeg.