Bug 208 - Joker set up should not have value
Summary: Joker set up should not have value
Status: RESOLVED FIXED
Alias: None
Product: Gp10
Classification: Unclassified
Component: java (show other bugs)
Version: unspecified
Hardware: PC Mac OS
: --- enhancement
Assignee: whng28-c
URL:
Depends on:
Blocks:
 
Reported: 2017-11-26 01:38 HKT by whng28-c
Modified: 2017-11-26 01:43 HKT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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) )