Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a card flipping game in Android Studio using Java. 1. When the application is started, it asks user to choose a difficulty level between

Create a card flipping game in Android Studio using Java. 1. When the application is started, it asks user to choose a difficulty level between easy, medium, and difficult and presents the next activity to the user. 2. Depending on the users selection, this activity shows a 2x3, 3x4 or 4x4 grid of cards to the user. All cards must initially be closed. 3. The user clicks on a card. The cards face is shown and if it is the same as the previous card, these two cards are removed from the grid. Otherwise, they get closed again. 4. The game continues until all cards are opened. 5. When the game is over, the user sees their score as the total number of clicks they performed to open all cards on a new activity. This needs to be built using Android Studio and demonstrated on a Nexus 5 5.1.0 phone. Minimum SDK29 and up for compileSdkVersion and minSdkVersion needs to be at least API 19.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions