OpenMugen is a free and open-source 2D fighting game engine inspired by the classic M.U.G.E.N, built with SDL2.
Its main goal is to offer a simple, extensible, and cross-platform foundation for creating customizable fighting games.
Play directly in your browser
| Player | Movement | Punch | Kick |
|---|---|---|---|
| P1 | A / D |
Y, U |
H, J |
| P2 | ← / → |
- | - |
⚠️ Note: Player 2 controls are under development.
sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-gfx-devcmake -Bbuild -DCMAKE_BUILD_TYPE=Release
cmake --build buildThen run:
./build/OpenMugen
- Fully implement player movement - #2
- Enhanced collision and hitbox system - #3
- Add sound and music engine - #4
- Custom animations and character scripting
- Basic AI opponent
Pull requests are welcome!
If you find a bug or have a feature suggestion, feel free to open an issue.
OpenMugen is licensed under the MIT License.