Author Topic: ChimuAR - 3D Android Game  (Read 5094 times)

Offline Calipe

  • byte
  • *
  • Posts: 6
    • View Profile
ChimuAR - 3D Android Game
« on: October 26, 2013, 07:34:33 pm »
Hi everyone, I want to start this thread to show the progress of my graduation project called "ChimuAR". It is an Android game under development for the Museum of America in Madrid, Spain. It uses JPCT-AE as its 3D graphics engine and Vuforia SDK for the augmented reality component.
As of now I have modeled the 3D graphics in Blender and have implemented pathfinding and flocking.

The following video demonstrates the pathfinding and the flocking:

http://www.youtube.com/watch?v=wj9WZmuQUtE

The following are screenshots of the game:






Offline Calipe

  • byte
  • *
  • Posts: 6
    • View Profile
Re: ChimuAR - 3D Android Game
« Reply #1 on: November 03, 2013, 02:21:36 am »
Hi guys, this is my weekly update:

I have implemented the UI using some custom classes. Most of the UI artwork was take from http://opengameart.org/content/rpg-gui-construction-kit-v10 with some modifications to better fit the game's aesthetics.

Some major AI and re-structuring of the code was done in order to make it more re-usable. I'm trying to make it into a framework for future games.
Now that most of the technical implementation has been done, I'm starting to get into the gameplay and will start posting more about it as I develop it.

This is a screenshot of the current state of the game:


Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: ChimuAR - 3D Android Game
« Reply #2 on: November 03, 2013, 02:47:02 pm »
Looks very promising. What is the "augmented reality" aspect of the game that you mentioned?

Keep the weekly updates coming...i would like to see how this progresses.

Offline Calipe

  • byte
  • *
  • Posts: 6
    • View Profile
Re: ChimuAR - 3D Android Game
« Reply #3 on: May 11, 2014, 03:40:42 am »
Hi guys, I know it has been a long time since I updated this but I've been quite busy...here are some screenshots of the game. It's almost done!




Offline Calipe

  • byte
  • *
  • Posts: 6
    • View Profile
Re: ChimuAR - 3D Android Game
« Reply #4 on: May 11, 2014, 03:50:48 am »
Looks very promising. What is the "augmented reality" aspect of the game that you mentioned?

Keep the weekly updates coming...i would like to see how this progresses.
Hi Egon, sorry for not responding sooner. Basically I use Vuforia to recognize pictures of certain museum pieces.
The augmented reality is used to "collect" images of the artifacts. Once you collect a certain number of resources and images you are able to view them in 3D.

I used normal mapping for certain 3D models. This screenshot shows an example of one of the artifacts in the museum that you can unblock by recognizing its image.


Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: ChimuAR - 3D Android Game
« Reply #5 on: May 11, 2014, 09:07:23 pm »
Nice. Maybe you want to upload a new video... ;) ?