Bug 668 - ScoreBean does not appear
Summary: ScoreBean does not appear
Status: RESOLVED FIXED
Alias: None
Product: CS3343 2021/22 Group16 Greedy Snake
Classification: Unclassified
Component: Action Package (show other bugs)
Version: Ver 2.0
Hardware: PC Windows
: --- normal
Assignee: Baron Qu
URL:
Depends on:
Blocks:
 
Reported: 2021-12-06 18:52 HKT by LI Ruoxin
Modified: 2021-12-06 18:54 HKT (History)
1 user (show)

See Also:


Attachments
Code implementation (44.27 KB, image/png)
2021-12-06 18:54 HKT, LI Ruoxin
Details

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