cmdrTracker is an Android application designed to assist with tracking the status of players in a commander game (magic the gathering).
It allows players to manage life totals, keep track of game time, and handle turns with customizable order.
The application also supports end-of-game scenarios, including selecting a winning player, selecting win type and recording the most valuable card (MVCard).
- Life Total Tracking: Increment or decrement life totals for up to four players.
- Turn Management: Track and manage turns in a custom order with the ability to pass turns.
- Time Tracking: Measure and display the time each player spends per turn.
- Overall Turn Count: Display the overall number of turns taken in the game.
- End Game Functionality: Allows players to end the game, select a winning player, and record the MVCard and win type.
To run cmdrTracker, you need to have Android Studio installed. Follow these steps:
Clone the Repository:
git clone https://github.com/GuySchnidrig/cmdrtracker.git
Open Android Studio. Select "Open an existing Android Studio project." Navigate to the cloned repository and select the project folder.
Click on the "Run" button in Android Studio or use the command line to build and run the application on an emulator or physical device.
Start the Application:
Launch the application on your Android device or emulator.
Enter Player Information:
On the initial screen, enter the names and deck details for up to four players. Choose the starting player position. Manage Life Totals:
Use the "+" and "-" buttons next to each player's name to adjust their life totals. Pass Turn:
Click the "Pass Turn" button to move to the next player according to the defined turn order. Track Time:
The app automatically tracks and displays the time each player spends during their turn. End Game:
When the game is complete, click the "End Game" button. Select the winning player, enter the most valuable card, and choose the win type. Contributing Contributions are welcome! Please fork the repository and submit a pull request with your improvements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for details.