Bug 216

Summary: Check Run do not support two Joker
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 02:33:13 HKT
1. Create a TileSet class with 3 tiles,
Tile t1 = new Tile (1, Color.Red);
Tile t2 = new Tile (Color.Joker);
Tile t3 = new Tile (Color.Joker);
2. Use the method of checkRun() in TileSet class to check if it is valid or not

Expected:
- valid, return true

Actual:
- invalid, return false
Comment 1 whng28-c 2017-11-26 02:33:28 HKT
April