Lines Matching refs:game
2 A side scrolling video game for Android.
10 … dangerous mission to find a mysterious power source. This is a complete game: all art, dialog, l…
14 …indow, and main game. Most of the code in this project is related to src/com/replicaisland/AndouK…
16 The game loop itself is structured as follows:
18 …ouKun.java spins up the game, handles input events, deals with pausing and resuming, and also mana…
20 …etween AndouKun.java and the game loop itself. This class bootstraps the game, passes events thro…
22 …d.java is the actual game loop. It's main utility is to manage the main loop (MainLoop.java), whi…
24 …game graph that describes the Replica Island runtime. Anything managed by MainLoop will be polled…
26 …ring step. Rendering does not occur in the game thread. Instead, render commands are queued up b…
36 res/xml/leveltree.xml: This file describes the non-linear level progression through the game. It i…
38 …a/replicaisland/BaseObject.java and ObjectManager.java: These are the core nodes of the game graph.
42 Chris Pruett wrote code, dialog, made sounds, and defined the core game design.
43 … layouts, all of the character designs, most of the sound, and also contributed to the game design.