# kof **Repository Path**: justkkalways/kof ## Basic Information - **Project Name**: kof - **Description**: 拳皇KOF开源版 - **Primary Language**: C - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2026-07-19 - **Last Updated**: 2026-07-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### The King of Fighters This is a simple version of king of fighters game by written in C using SDL. ![Hero selection](./Image/Samples/kof_02.png) ![Run game](./Image/Samples/kof_01.png) #### Install SDL libraries ```bash sudo apt install libsdl1.2-dev sudo apt install libsdl-image1.2-dev sudo apt install libsdl-ttf2.0-dev sudo apt install libsdl-mixer1.2-dev ``` #### Build source Open a terminal and run the commands: ```bash git clone https://github.com/zeoio/kof.git ``` Build and run: ```bash make && ./kof ```