top of page

Improvements

  • Leonard Chan
  • Jun 3, 2025
  • 1 min read

Updated: Jul 3, 2025

So, I added a text that says: Would you like to play the next difficulty? If you click on it, the difficulty changes. It only appears after you win in Easy or Normal. 


I added a tutorial button and screen. It works, but I did not add a special button to go to the next screen because it would be time-consuming and confusing.


My family said that I should change Dmg to Damage and ATK to attack in the tutorial screen, to let the player understand it better, so I did that.


I made a score text at the winning screen. I calculate the score like this:

When I receive YouWin, set Timing to Timer.

If Difficulty = Easy then,

Set score to round ((300 - Timing) * 0.75)

Else

If Difficulty = Normal then, Set score to round ((300 - Timing) * 1)

Else

If Difficulty = Hard then,

Set score to round ((300 - Timing) * 1.25)


Recent Posts

See All
Last Change

I added text to tell players to attack the chest. Dad says I need to keep testing in case I made new bugs.

 
 
24 April Meeting with Mr Kong

Mr Kong was impressed with what we made. He suggested that we add a tutorial button, and a button that says “Would you like to change the...

 
 

 

© 2025 by leonardchan. Powered and secured by Wix 

 

bottom of page