SFML community forums

General => SFML projects => Topic started by: LeeZH on January 22, 2011, 08:47:03 pm

Title: The Flying Penguin
Post by: LeeZH on January 22, 2011, 08:47:03 pm
Heya, I've been working on a 2D game called The Flying Penguin that originally used SDL/OpenGL, but I made a made a switch to SFML since it handles things a lot better than my custom made SDL/OpenGL wrapper.

It's basically a 2D flight game where the point is to fly as far as possible on limited fuel, avoiding birds that give penalties while collecting fish for extra fuel.

(http://i160.photobucket.com/albums/t192/lee-pro/The%20Flying%20Penguin/th_flying-penguin-screenshot-iteration-2.png) (http://s160.photobucket.com/albums/t192/lee-pro/The%20Flying%20Penguin/?action=view&current=flying-penguin-screenshot-iteration-2.png)

To download, you'll have to get it from the GitHub page because it's not a stable release yet (v0.1 is the pre-SFML version).
http://github.com/leezh/flying-penguin

I have yet to do a proper project page, but so far my blog is all about the project anyways.
http://leezh.net/

Comments and critiques would be appreciated.

Enjoy!