Hey guys,
I finished my game I was working on. It's called Circle Pong because it's pong but in circle obviously

. I started this project because I wanted to learn orx a little bit and there is a result. It's not much but it's start. There should be a picture and link:
http://dl.dropbox.com/u/25493305/CirclePong.7z
It's a debug version, because I have some difficulties with compiling the release version.
Comments
I really like the splash screen too! :P
I wish I could play with the mouse in single player though, would feel great.
If you send me privately your project I can help you to build a release version and/or builds for other platforms.
How was your learning experience? Not too exhausting, I hope!
PS: Feel free to do whatever you want with that.
I actually added project files for building on windows (visual studio) and mac but I still need to add one for linux. Sorry for being so slow...
I finally found the time to create codelite/xcode/vs2008 build files and compiled your game on all the different platforms.
Though I haven't done linux32 and couldn't test linux64.
I had to make some slight modification in your code to make sure all versions would work. You can find the archive containing all the sources and the mac/windows/linux64 binaries at http://orx-project.org/projects/circlepong/circlepong.7z
I really appreciate your help with realeses Iarwain. Thanks a lot for your time spend on that and I will look at the changes that you made, hopefully I will learn something from it.
However here are a few other things that can be improved, mostly using not so obvious features of orx to make your life better/easier when writing a game but I'm afraid I won't have any time to provide code examples before at least a few weeks.
Sorry that it took me so long in the first place!
Incidentally that means I broke the linux release version of orx more recently then, during the last two weeks.