An android app, implementing a basic version of the dice game "Thirty".
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
ThirtyGame is an Android-based mobile application written in Kotlin. The app is a practice project for building a basic implementation of the dice game "Thirty", and is used as an exploration of Android application development concepts, including MVVM architecture, repository patterns, data binding, and Kotlin Coroutines.
The game allows players to roll dice and accumulate scores across rounds, focusing on different score combinations, like collecting threes, fives, or full sets, which are then saved and displayed in UI, not dissimilar to Yatzy.
Follow these steps to get a local copy up and running.
- .NET 6.0 SDK or later
- Visual Studio 2022 or another IDE with WPF support
- Install Android Studio.
- Make sure you have the necessary Android SDKs installed (API 29 or higher recommended).
- Open the project in Android Studio.
- Sync the project to download necessary dependencies.
- Run the application on an emulator or physical device.
- Launch the application.
- Roll the dice and select which scoring category you want to apply the roll towards (e.g., sum of threes, fives, etc.).
- Continue playing through multiple rounds until the game is completed and a final score is displayed.
- Better replayability, game shuts of after one game
- High-score system with local database
- Unit tests
- UI tests
- Refactor code for readability
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt for more information.
mavosy - maltesydow@gmail.com
Project Link: https://github.com/mavosy/ThirtyGame
