Do you have any sourcecode download for this yet? I'm pretty interested on how you coded certain things
Not yet, because there are a lot of placeholder/ not final stuff, and some parts are not very well organized currently. But I can send you the source via email if you're interested.
Tested it on my netbook and it ran good, just a little choppy but I had steam running too so that probably explains it. But when I closed the app it gave me an error.
Thanks for the netbook test! I guess you had no VSync on, so that the game was choppy isn't the best news for me. Maybe I should add a "delay(1);" to the main loop, so that the system could do it's own work too. About the error on exit, it's present since I've added sounds and music to the game (on WinXP), and I think this is either an SFML bug, or that I've compile the game inside VirtualBox. I'll need to find a solution for this...