zeoio / kof

A simple KOF written in C using SDL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The King of Fighters

This is a simple version of king of fighters game by written in C using SDL.

Hero selection

Run game

Install SDL libraries

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:

git clone https://github.com/zeoio/kof.git

Build and run:

make && ./kof

About

A simple KOF written in C using SDL

License:GNU General Public License v3.0


Languages

Language:C 99.9%Language:Makefile 0.1%