# How can I increase difficulty level in my game

**URL:** https://forum.makecode.com/t/how-can-i-increase-difficulty-level-in-my-game/4885
**Category:** Help
**Created:** [December 9, 2020, 8:39pm UTC](https://forum.makecode.com/t/how-can-i-increase-difficulty-level-in-my-game/4885 "2020-12-09T20:39:47Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![JOELVINEETH](https://avatars.discourse-cdn.com/v4/letter/j/50afbb/32.png) [@JOELVINEETH](https://forum.makecode.com/u/JOELVINEETH)
#### Post date: [December 9, 2020, 8:39pm UTC](https://forum.makecode.com/t/how-can-i-increase-difficulty-level-in-my-game/4885/1 "2020-12-09T20:39:47Z")

</div>

Hi,

How can I increase difficulty level in my Design your Clovers game? Is it possible. Can you please help me to understand the code to do this.

Regards,  
Joel

---

<div class="post-metadata">

### Author: ![cosmoscowboy](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/cosmoscowboy/32/1718_2.png) [@cosmoscowboy](https://forum.makecode.com/u/cosmoscowboy)
#### Post date: [December 9, 2020, 9:44pm UTC](https://forum.makecode.com/t/how-can-i-increase-difficulty-level-in-my-game/4885/2 "2020-12-09T21:44:38Z")

</div>

Hi Joel, welcome to the MakeCode Arcade community. Perhaps if you share a link to your game, other people could take a look at what you have made. To share your game, click on the Share option, then the Publish button. Copy the address shown and include in your next post.

![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/2X/d/d09f2f83cd2a6a408ee7b7294f120c0b9e07e7fd.png)  
 ![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/2X/e/e0f251204b1c177c7ec533972ecf9eede7c82fce.png)

 ![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/2X/b/be0056b48eb55db397cbc4189a5517328b96925c.png)

---

<div class="post-metadata">

### Author: ![JOELVINEETH](https://avatars.discourse-cdn.com/v4/letter/j/50afbb/32.png) [@JOELVINEETH](https://forum.makecode.com/u/JOELVINEETH)
#### Post date: [December 10, 2020, 6:00pm UTC](https://forum.makecode.com/t/how-can-i-increase-difficulty-level-in-my-game/4885/3 "2020-12-10T18:00:41Z")

</div>

[Game](https://makecode.com/_fJfEcH0V2KaM)

Regards Joel Vineeth

---

<div class="post-metadata">

### Author: ![timber](https://avatars.discourse-cdn.com/v4/letter/t/5daacb/32.png) [@timber](https://forum.makecode.com/u/timber)
#### Post date: [December 11, 2020, 8:41am UTC](https://forum.makecode.com/t/how-can-i-increase-difficulty-level-in-my-game/4885/4 "2020-12-11T08:41:01Z")

</div>

I would either use the score or a timer to progressively make the game harder. For example, you could use an if statement to test if the score is at certain level and then increase the spawning speed of your projectile sprites. You could also do this using the game timer. Another option would be to create a variable to control the speed of your bee sprites. You could increase their speed as well when the score or timer reaches a specific level.

> **[design the-clovers(upated)](https://arcade.makecode.com/80303-43713-34866-44089)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.
