What are some good scary Hidden Object game?

What are algorithm in java to design hidden object game on mobile device?

  • what are algorithm in java to design hidden object game on mobile device(Android)?

  • Answer:

    In most games, the algorithm is divided into two separate parts: - The Update part. - The Display part. In the Update part, all objects are moved about the screen, and (importantly) any collisions are detected and handled. In the Display part, the objects are rendered and shown on the screen. With this programming model, to hide an object you simply tell the Display part not to display it. The easiest way to do this is to miss out the code that you'd normally put in to display the object. In the Update part, the object can still be treated just like any other object.

7L6HXYI7JGOYDJS2TFKV46RQBI at Yahoo! Answers Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.