Skip to content

Full Stack Android app created in Android studio using Java for Front-end/Back-end and junit for testing

Notifications You must be signed in to change notification settings

andrewrlonsdale/Full-Stack-Card-Game-Java

Repository files navigation

Card game

Goal: Create a card game in Android.

Last weekend, for your homework you were asked to create a card game using objects modelled in Java. You are now being asked to take that Java code and use it as the basis for an Android app which plays the same game of cards.

HINT Think of the lessons where we wrote regular Java classes in Android Studio, ran unit tests on them, and then used them in our Eight Ball app.

MVP

The game does not need to have much or any interaction. The aim is to display the results of the Java logic already written. For example, if you had two players being dealt two cards each your screen might look something like:

Player 1: Ace of Hearts, 9 of Diamonds Player 2: 3 of Clubs, 2 of Hearts

Player 1 Wins!

About

Full Stack Android app created in Android studio using Java for Front-end/Back-end and junit for testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages