# Rhythm Game Judgment

**URL:** https://forum.makecode.com/t/rhythm-game-judgment/42626
**Category:** Help
**Created:** [March 10, 2026, 8:55pm UTC](https://forum.makecode.com/t/rhythm-game-judgment/42626 "2026-03-10T20:55:49Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Quantum39](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/quantum39/32/29907_2.png) [@Quantum39](https://forum.makecode.com/u/Quantum39)
#### Post date: [March 10, 2026, 8:55pm UTC](https://forum.makecode.com/t/rhythm-game-judgment/42626/1 "2026-03-10T20:55:49Z")

</div>

How could I make a rhythm game have judgments besides just hit or miss?

---

<div class="post-metadata">

### Author: ![TheEarth](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/theearth/32/34579_2.png) [@TheEarth](https://forum.makecode.com/u/TheEarth)
#### Post date: [March 11, 2026, 2:15am UTC](https://forum.makecode.com/t/rhythm-game-judgment/42626/2 "2026-03-11T02:15:45Z")

</div>

perfects when it lands on the lind good when its slightly below or above and ok when its quite above or below

---

<div class="post-metadata">

### Author: ![Quantum39](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/quantum39/32/29907_2.png) [@Quantum39](https://forum.makecode.com/u/Quantum39)
#### Post date: [March 11, 2026, 4:22pm UTC](https://forum.makecode.com/t/rhythm-game-judgment/42626/3 "2026-03-11T16:22:13Z")

</div>

I meant code wise. Like I don’t know how to make it work

---

<div class="post-metadata">

### Author: ![ThatCoder](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/thatcoder/32/29388_2.png) [@ThatCoder](https://forum.makecode.com/u/ThatCoder)
#### Post date: [March 11, 2026, 4:27pm UTC](https://forum.makecode.com/t/rhythm-game-judgment/42626/4 "2026-03-11T16:27:18Z")

</div>

Add a little sprite in the middle. Make it so if you click and your sprite is overlapping the new sprite. It says perfect. You can then just do the same thing with all the other judgements, just move the new sprite somewhere.

---

<div class="post-metadata">

### Author: ![SouperMediocre1](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/soupermediocre1/32/22579_2.png) [@SouperMediocre1](https://forum.makecode.com/u/SouperMediocre1)
#### Post date: [March 11, 2026, 8:27pm UTC](https://forum.makecode.com/t/rhythm-game-judgment/42626/5 "2026-03-11T20:27:32Z")

</div>

you can use the “distance between sprite1 and sprite2” in the sprite utils extension to find the distance the note is from the center when you press it

---

<div class="post-metadata">

### Author: ![Quantum39](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/quantum39/32/29907_2.png) [@Quantum39](https://forum.makecode.com/u/Quantum39)
#### Post date: [March 12, 2026, 2:08am UTC](https://forum.makecode.com/t/rhythm-game-judgment/42626/6 "2026-03-12T02:08:20Z")

</div>

thank you so much!! =(\>w\<)=
