SFML community forums

General => SFML projects => Topic started by: mmilchev on January 16, 2015, 02:11:31 pm

Title: Grandmaster Overflow - the puzzlest of games
Post by: mmilchev on January 16, 2015, 02:11:31 pm
Hi Everyone!

I just released my new game - Grandmaster Overflow.

(http://i.gjcdn.net/imgserver/game-thumbnail/588/43420_kfdwfgmm.jpg)

It's main purpose was to be portfolio piece, but it turned out more than that in my opinion. Anyway, it's a puzzle game where you have to flood the board as much as you can with whatever tools you are given for a particular level. You can play it here: http://gamejolt.com/games/puzzle/grandmaster-overflow/43420/. The source code for the game is here: https://github.com/mmilchev/GrandmasterOverflow. Here are some screenshots from the game:

(http://i.gjcdn.net/data/games/0/170/43420/screenshots/43420_88145_orig.png)

(http://i.gjcdn.net/data/games/0/170/43420/screenshots/43420_88144_orig.png)

(http://i.gjcdn.net/data/games/0/170/43420/screenshots/43420_88141_orig.png)

Alongside it I made a component-based game engine (very Unity-like in its design). You can find it here: https://github.com/mmilchev/EngineBase.