Table of Contents
This is a simple card game app, built in Java as part of a Java fundamentals online course using classes and OOP. All development was completed in ~1½ days. The card games included are:
- Blackjack
- Snap
Both games are played against a computer opponent.
To get a local copy up and running, ensure you complete the following:
- Install Java SE Development Kit (JDK) 25
- Clone the repo
git clone https://github.com/parrais/java-card-games.git
- Run the main Java file at
com.sparta.cardgame.GameApp
- Morgan Lamb - @CoachLamb92
- Carla Keresztesi - @CarlaKeresztesi
- Matt Lewis - @parrais
- Kaki Lai - @kakiCoder511
- Leda - @Leda909
- Shannel Feranand
This project was created as part of a Java Core course provided by Sparta Education.