This project is our end-of-year project for the INFO4
program at Polytech Grenoble
.
PMU
is a mobile game for Android that let you play quickly and easily a variant of the PMU game where you can interact with the the by doing pushups. The game is playable with two players or more, but the more players there are, the more fun it is.
- Download the app on your Android phone.
- Start the App.
Host
(only one player should host) orJoin
a game, then wait to connect and for the other players to join.- Once all players are connected, the host should start the game.
- Bet a number of pushups on a Card symbol.
- The host will draw a card to make this symbol go forward. If you don't want this symbol to go forward, you can do pushups to make it go back.
- The game ends when a symbol reaches the end of the board.
- We worked with an MVVM design pattern for the overall architecture.
Android Studio
andKotlin
to implement the application.XML
for the visual part of the application.Google Nearby Connections API
to manage the proximity connections.
To see more details about the technical aspect of the project, you can check the Technical Review.
- Google Nearby Connections API for the api to manage the proximity connections that we used in our project.
- Fernando Sproviero for providing a simple example that helped us to understand how to use the Google Nearby Connections API.