A cross-platform implementation of The King of Fighters, using SDL2.
Character configuration follows the M.U.G.E.N format.
⚠️ This project dates back to around 2015, and may not run correctly on modern systems. Use at your own risk!
- Multi-platform support (Linux, macOS)
- Character format based on MUGEN
- Built using SDL2 and OpenGL
- Includes sound, graphics, font rendering, and input handling
sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-gfx-dev \
libsdl2-ttf-dev libsdl2-mixer-dev libglew-dev libgles2-mesa-dev
brew install sdl2 sdl2_image sdl2_gfx sdl2_ttf sdl2_mixer glew
cmake -Bbuild -DCMAKE_BUILD_TYPE=Debug
cmake --build build
cd Resource
../build/kof
kof-cmake.mp4
Feel free to open issues or contribute improvements. Happy fighting! 🥋🔥