*I wasn't sure whether to post this in Showcase or Android--if it's in the wrong spot, please do move it.*
After about two months of work, I've finished my latest project, Tic Tac Twist. It's a multiplayer 3D tic-tac-toe game that you can play with your friends over Wi-Fi or a cell connection. Kinda like Words with Friends, except tic-tac-toe.
As for the technical aspects of the implementation, it's a native Android app using OpenGL for the rendering of the actual gameplay screen and the Android windowing stuff for everything else. The server side runs on PHP with a SQL backend for storing accounts/game state data. It returns JSON-encoded objects back to the client for processing.
Paid version ($0.99):
https://play.google.com/store/apps/details?id=com.logiklabs.tictactwistFree version (no ads):
https://play.google.com/store/apps/details?id=com.logiklabs.tictactwist.freeI do want to make a bit of money from it, but I'm also going to upload a free version sometime today/tomorrow because I realize my game isn't quite in-depth enough for people to shell out a dollar for it. And, nobody's bought it yet. Then again, I haven't advertised at all.

I'd be interested to know what you guys think.
Some screenshots: (apologies for JPG,
android market Google Play converts them for some reason...)


