Skip to content

A simple game : An click on polygon to throw chain reaction

Notifications You must be signed in to change notification settings

matgou/PolygonFury

Repository files navigation

PolygonFury

Build Status

This is a simple desktop-game using SDL library

Screenshot

screenshot-level

Minimum requirement :

  • Linux

Build

sudo apt-get install libsdl-console-dev libsdl-ttf2.0-dev
wget https://downloads.sourceforge.net/project/sdl-draw/SDL_draw/1.2.13/SDL_draw-1.2.13.tar.gz
tar xvf SDL_draw-1.2.13.tar.gz 
cd SDL_draw-1.2.13
./configure && make
cp src/.libs/libSDL_draw.a ../lib/
cd ..
make

Run

./run.sh

About

A simple game : An click on polygon to throw chain reaction

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages