Archive for December 20th, 2008

Matopeli on Android

December 20th, 2008 | Category: Releases

I had a chance to try out the Android-based T-Mobile G1, and the natural thing to do was to break out the SDK and take it for a spin. I ported over my earlier Python based snake game (”Matopeli”). You can download the sources and the installation package if you’re so inclined.

Matopeli on Android

On first blush the Android APIs appear to be a welcome improvement over the somewhat aged MIDP specification. The implementation on the G1 seems to perform quite nicely, especially on the 2D graphics front. Of course, I would appreciate support for other, more wrist friendly languages, but for simple applications such as this one, Java is entirely bearable.

No comments