Hello everyone!
For the past ~2 years (on and off), I have been developing a game with SFML called Hedgehogs Can Fly, and I've finally released it for free on
GameJolt! It's a 2D physics-platformer where you fling a hedgehog through tricky levels to get to the finish line. It has 12 stages with different types of terrain that have unique properties. Here's the trailer!
Apologies for this being my first post here.. I really should have joined sooner! The game is written in C++ using SFML (obviously) and is
open source! Although I wouldn't look too hard at the code
The levels are all loaded from color-coded image files and the physics is written from scratch to support free-form levels not constrained to a tile grid. I actually have a post on the GameJolt dev-log that goes into some detail about how this works, perhaps I could do a write up here if anyone's interested?
Anyway, the download is on the
GameJolt page, feel free to play and tell me what you think
I'll leave you with some screenshots and gifs!
Links:GameJolt Page (Download)Source Code (GitHub)Trailer (YouTube)Have a nice day