Auto-generate Flow Chart from Java/C++ Codes:

Raptor Flowchart Tutorial For Beginners

Wednesday, June 27, 2012

ReplicaIslan: Open Source Android Game

http://code.google.com/p/replicaisland/



Replica Island is a side-scrolling platformer for Android devices. It stars the Android robot as its protagonist as he embarks on a dangerous mission to find a mysterious power source. This is a complete game: all art, dialog, level layouts, and other data are included along with the code.
Replica Island has been released! Scan this QR Code to download it from Android Market!
Some people have set up a discussion group about this project here: https://groups.google.com/group/replica-island-coding-community
TODO:
  • General code cleanup. The code is the direct result of last-minute crunch and fixes. It can use a lot of tiding up.
  • Configurable controls. This version includes a few options, but users want more.
  • XML serialization for game object definitions. GameObjectFactory.java is sort of an atrocity.
  • Collision fixes. It's possible to occasionally get through a wall (or, more often than not, inclined floor).
  • Skeleton project. The game and the engine need to be cleanly separated, and a simple example that uses the engine without all the heavyweight game stuff should be built.

Here's a video of game play: http://www.youtube.com/watch?v=Gzvndy9MXUw

No comments: