-
Notifications
You must be signed in to change notification settings - Fork 2
Activity and Fragment Reference
The main activity for the app, it holds a PlayerFragment and SpectatorFragment to allow the user to join a game as either a player or spectator. The CreditsActivity is also accessible via the overflow menu.
This fragment shows the character selection interface. Selecting a character launches PlayerActivity.
This fragment shows the team selection interface. Selecting a team launches SpectatorActivity.
This activity provides an interface for users to tag other players. More importantly, it starts the PlayerService which sends the user's current location to the server periodically. See the configuration section for details on how to change the update interval.
This activity shows a map with the current characters in the game and pellets that haven't been eaten. Visibility of this information depends on which team the user is on; spectators on the ghost team cannot see Pacman, while Pacman's team can see everyone. The update interval is controller by GameController, see the configuration page for details on how to change it.
This activity shows the credits. A hidden "sudo" mode is available by tapping on the PacMacro icon 10 times, which is explained in the other functionality section.
- Home
- Overview
- Configuration
- Reference
- Activity and Fragment
- API
- Controller
- Model
- Other functionality