Android Game Development with libGDX

After selling games on PC, Mac and Xbox 360, I want to develop games on mobile plaforms, and I will start with Android. I chose Android instead of iPhone for two reasons: It’s cheaper: my Mac is a PowerPC and you need a Mac Intel for iPhone development. Also Android phones are cheaper than iPhones.… Continue reading Android Game Development with libGDX

First Run on Xbox 360 : Problems and Solutions

I decided about a month ago to start working on the Xbox 360 version of Spring Up in April. I think it can be interesting to share my experience about that. Part 1 : XNA Creator Membership Basically, you just need to pay creator membership (99 € for one year in Europe), launch XNA Game… Continue reading First Run on Xbox 360 : Problems and Solutions

Win/Mac and X360 differences (3) : XNA Content Pipeline

In this post, I’ll talk about the XNA Content Pipeline. When I first tried to load a resource in the XNA game, I was trying to do as usual : opening a file and reading it using standard file reading functions. However, on XNA you have to use the Content Pipeline provided and to be… Continue reading Win/Mac and X360 differences (3) : XNA Content Pipeline

Win/Mac and X360 differences (2) : Screen resolution and aspect ratio

The second “Win/Mac and X360 differences” post is about the aspect ratio and resolutions of the screen. This may not apply to all games as more and more casual games nowadays can be played on multiple resolutions included the X360 ones. However, I decided to write a post about it because that’s a problem I… Continue reading Win/Mac and X360 differences (2) : Screen resolution and aspect ratio

First Screenshot of Spring Up! on XNA

Here is the first screenshot of Spring Up! XNA. It was made using a windows build of the XNA project. Click to Enlarge This screenshot was taken two days ago, just before starting to work on the game and physics code. Here, the rendering components and textures are properly imported to XNA. Background generation is… Continue reading First Screenshot of Spring Up! on XNA