Bug 668

Summary: ScoreBean does not appear
Product: CS3343 2021/22 Group16 Greedy Snake Reporter: LI Ruoxin <ruoxinli3-c>
Component: Action PackageAssignee: Baron Qu <zhiyanqu2-c>
Status: RESOLVED FIXED    
Severity: normal CC: ruoxinli3-c
Priority: ---    
Version: Ver 2.0   
Hardware: PC   
OS: Windows   
Attachments: Code implementation

Description LI Ruoxin 2021-12-06 18:52:13 HKT
I do not see any score bean appear in the game.

Steps to reproduce:
1. Run Main.java and press arrow key to start the game

Expected Result:
There should be two types of beans, Normal and Score beans, appearing in the game.

Actual Result:
Only Normal Bean appears in the game.
Comment 1 LI Ruoxin 2021-12-06 18:54:37 HKT
Created attachment 110 [details]
Code implementation

The code is modified now. The Score bean is able to appear.