jhamby / jetpack-blackjack

Simple Blackjack game to teach myself the Jetpack Compose framework. Right now this is mostly a skeleton, but the next commit will have some GUI screens and game logic.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MVP Blackjack

Simple "minimum viable product" Blackjack game to teach myself the Jetpack Compose framework.

Layout

The source code and README explaining the code in detail are in src.

Project Goals

  • Use Kotlin and the latest Android Jetpack APIs.
  • Use a custom font and color scheme.
  • Use Hilt to write unit tests and functional tests.
  • Support accessibility (e.g. large fonts, screen readers).
  • Multiple languages (English, Spanish, French to start).
  • Preserves settings and current game state across app restarts.
  • No obvious resource leaks or bugs.

Resources used

About

Simple Blackjack game to teach myself the Jetpack Compose framework. Right now this is mostly a skeleton, but the next commit will have some GUI screens and game logic.

License:MIT License


Languages

Language:Kotlin 100.0%