Reputation: 9
I want to make multiplayer games with J2ME but I didn't find any game source codes. Where can I find sample game sources? Thanks.
Upvotes: 1
Views: 2319
Reputation: 121
You might want to look at third-party J2ME gaming SDK sample codes as well. Check out the Tic-Tac-Toe sample from Skiller, it's a free, powerful and easy to use SDK. The advantage with such third-party SDKs is that a number of features are already implemented so you don't need to re-invent the wheel for anything and everything. I hope that helps.
Upvotes: 0
Reputation: 149
Checkout the following svn's:
http://code.google.com/p/oppositelock/ http://code.google.com/p/oware-midlet/
Upvotes: 1