Skip to content

mavosy/ThirtyGame

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


ThirtyGame

An android app, implementing a basic version of the dice game "Thirty".
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. License
  6. Contact

About The Project

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.


Product Screenshot

(back to top)

Built With

  • Kotlin
  • Android
  • MVVM Pattern

(back to top)

Getting Started

Follow these steps to get a local copy up and running.

Prerequisites

  • .NET 6.0 SDK or later
  • Visual Studio 2022 or another IDE with WPF support

Installation

  1. Install Android Studio.
  2. Make sure you have the necessary Android SDKs installed (API 29 or higher recommended).
  3. Open the project in Android Studio.
  4. Sync the project to download necessary dependencies.
  5. Run the application on an emulator or physical device.

(back to top)

Usage

  1. Launch the application.
  2. Roll the dice and select which scoring category you want to apply the roll towards (e.g., sum of threes, fives, etc.).
  3. Continue playing through multiple rounds until the game is completed and a final score is displayed.

(back to top)

Roadmap

  • 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).

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Top contributors:

contrib.rocks image

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

mavosy - maltesydow@gmail.com

Project Link: https://github.com/mavosy/ThirtyGame

(back to top)

About

ThirtyGame is an Android mobile game, simulating the classic dice game "Thirty".

Resources

License

Stars

Watchers

Forks

Contributors

Languages