Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 727 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 727 Bytes

Group 21

Java Workshop Team Project - $Blackjack$

A system that allows users to play game of Blackjack against each other

Basic Objectives:
  • Allow users to login using their account
  • Allow users to wait in a lobby where they can chat or join games
  • Allow users to play a game with up to 2 other players

Usage

On Windows, Linux or MacOS:

1. Launch your preferred IDE and clone the project
2. Import Java 8 JDK into your Project Structure
3. Pick Java 8 as preferred language level
4. Import Junit and POSTgresql libraries
5. Build the project and run ServerMain to start the Server
6. Enter the port and press start
7. Run Main within Client package and follow onscreen instructions to proceed