Casino Blackjack (Group 53)

User Interface

Version 1.0


User Interface

Casino Blackjack verison 1.01 can be broken down into four basic screens/interfaces:

  1. Initial login interface - (The first screen the user sees)
  2. Create a new virtual player interface - (A new user must create a virtual player before he can log in)
  3. Virtual casino environment interface - (Seen by the user after he logs in successfully as a virtual player)
  4. Gameplay interface - (Allows a player to play at a table. The user's gameplay options change dynamically)

A rough draft and explanation of these interfaces is shown below.


1.) Initial login interface:


2.) Create New Virtual Player interface:


3.) Virtual Casino interface:


4.1) Gameplay interface - not user's turn - user just joined table:

 

4.2) Gameplay interface - collect bets phase:

 

4.3) Gameplay interface - user's turn:


--4.4) Illustration of JPanel Layout: