Java Games
An Android Studio application that implements three mini games in a retro style: Blackjack, Tic-Tac-Toe, and Wordle. In this application, after users select the game they want to play, users create a character with their name and chosen sprite, which then leads them to the game screen. All three games have a lives system as well as a points system. When a user runs out of lives, a game over screen is presented with their highest score for all their consectutive attempts of that particular game. This project was done as a class project, where I and 5 peers collaborated and followed the Agile methodolgy over the span of 12 weeks.