Bug 208

Summary: Joker set up should not have value
Product: Gp10 Reporter: whng28-c
Component: javaAssignee: whng28-c
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: ---    
Version: unspecified   
Hardware: PC   
OS: Mac OS   

Description whng28-c 2017-11-26 01:38:05 HKT
Steps:
1. create a tile using Color.Joker
  e.g Tile t1 = new Tile(Color.Joker);

Expected:
- create Joker tile only using the constructor for color

Actual:
- need constructor for both parameter of value and color
 (i.e. Tile t1 = new Tile (1, Color.Joker) )