Flummi

Introducing Flummi

Two wonderful colliding quads

I'm developing a 2D physics game. I'm compiling with Freepascal and using SDL and OpenGL. It's running on Linux, but I'm also planning to create a Windows version.
I'm not going to tell a lot about gameplay at this point since I'm still working on the physics part (No I'm not using a solution like Box2D ... I like it the hard way Wink ). I'll just reveil that the 'main character' in the game is a Flummi, which roughly translates to flubber. The aim of the game is to shoot the Flummi into the level's goal, avoiding several obstacles. More information will be given when time has come Laughing out loud
At the moment I'm still struggling with determining the contact points of colliding polygons.

Flummi

A small and simple 2D-physics game I'm planning to write. It's going to be about a rubber ball called Flummi (I think this translates to Flubber) which has to be shot through a gate. Of course it won't be that easy, at least if I manage to implement some obstacles ...