Package | Description |
---|---|
com.stonefacesoft.ottaa.Dialogos | |
com.stonefacesoft.ottaa.Games | |
com.stonefacesoft.ottaa.utils.Games |
Class and Description |
---|
Juego
Objetive
Game Object Class
How to declare
Juego game=new Juego(Context,idGame,gameLevel);
Examples of implementation
How to increment correct answers
game.incrementCorrect();
How to increment wrong andswers
game.incrementWrong();
How to get the Best Streak
game.getBestStreak();
How to get the face
game.devolverCarita();
How to save JsonObject
game.guardarObjetoJson(); |
Class and Description |
---|
AnimGameScore |
CalculaPuntos |
Juego
Objetive
Game Object Class
How to declare
Juego game=new Juego(Context,idGame,gameLevel);
Examples of implementation
How to increment correct answers
game.incrementCorrect();
How to increment wrong andswers
game.incrementWrong();
How to get the Best Streak
game.getBestStreak();
How to get the face
game.devolverCarita();
How to save JsonObject
game.guardarObjetoJson(); |
Class and Description |
---|
CalculaPuntos |
Reloj |