https://github.com/humbertodias/jmugen
2D Fighting engine in java that can take all Mugen resources
https://github.com/humbertodias/jmugen
java jogl lwjgl mugen swing
Last synced: 8 months ago
JSON representation
2D Fighting engine in java that can take all Mugen resources
- Host: GitHub
- URL: https://github.com/humbertodias/jmugen
- Owner: humbertodias
- License: gpl-3.0
- Created: 2025-02-08T14:38:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-25T03:06:57.000Z (10 months ago)
- Last Synced: 2025-09-06T21:12:48.144Z (10 months ago)
- Topics: java, jogl, lwjgl, mugen, swing
- Language: Java
- Homepage:
- Size: 42.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/humbertodias/jmugen/actions/workflows/ci.yml)
[](https://github.com/humbertodias/jmugen/actions/workflows/cd.yml)

# JMugen
Is a Java-based recreation of the classic 2D fighting engine [M.U.G.E.N](https://www.elecbyte.com/mugendocs-11b1/mugen.html).
Forked from [code.google/jmugen](https://code.google.com/archive/p/jmugen/)
Explore the available [features](./FEATURES.md) and contribute to implementing the missing ones.

## 🎮 Controls
| Player | Movement | Punch | Kick | Help |
|:------:|:--------:|:-------:|:-------:|:----:|
| **P1** | `WASD` | `U P I` | `; J K` | `F1` |
| **P2** | `Arrows` | `7 4 5` | `8 0 2` | `--` |
You can configure the controls in the [keys.properties](JMugen.Properties/src/main/resources/keys.properties) file.
## 🐞 Debug Mode


## 💻 Supported Platforms
- ✅ Any runtime - JAR
- ✅ Linux - x86_64
- ✅ Linux - ARM64
- ✅ macOS - x64
- ✅ macOS - ARM64
- ✅ Windows - x86_64
- ❌ Windows - ARM64 (Not supported yet)
Check out the latest [releases](https://github.com/humbertodias/jmugen/releases).
## 🤝 Contribute
We welcome contributions!
- Clone the project from [the repository](https://github.com/humbertodias/jmugen).
- Report issues or request features on [the issues page](https://github.com/humbertodias/jmugen/issues).
## 📚 Resources
- 📖 [Development Guide](./DEV.md)
- 📜 [License Information](./LICENSE)