# 2 player fighting game!

**URL:** https://forum.makecode.com/t/2-player-fighting-game/42731
**Category:** Help
**Created:** [March 17, 2026, 5:02pm UTC](https://forum.makecode.com/t/2-player-fighting-game/42731 "2026-03-17T17:02:33Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![tjayy67](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/tjayy67/32/29703_2.png) [@tjayy67](https://forum.makecode.com/u/tjayy67)
#### Post date: [March 17, 2026, 5:02pm UTC](https://forum.makecode.com/t/2-player-fighting-game/42731/1 "2026-03-17T17:02:33Z")

</div>

I made a 2 player fighting game like super smash bros! Does anyone have any suggestions. Also, @richard I used the darts extension, but I don’t know how to make it so the darts shoot the way you’re facing. Can you help? Here’s my game! Enjoy!

> **[Battle Buddies! 0.7.2 DEMO](https://arcade.makecode.com/S94715-78123-57996-69500)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

---

<div class="post-metadata">

### Author: ![richard](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/richard/32/5417_2.png) [@richard](https://forum.makecode.com/u/richard)
#### Post date: [March 17, 2026, 5:51pm UTC](https://forum.makecode.com/t/2-player-fighting-game/42731/2 "2026-03-17T17:51:23Z")

</div>

ah, that’s an @jwunderl extension so i’ll defer to him

---

<div class="post-metadata">

### Author: ![YamJam](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/yamjam/32/29681_2.png) [@YamJam](https://forum.makecode.com/u/YamJam)
#### Post date: [March 18, 2026, 5:18pm UTC](https://forum.makecode.com/t/2-player-fighting-game/42731/3 "2026-03-18T17:18:49Z")

</div>

> **[Battle Buddies! 0.7.2 DEMO](https://arcade.makecode.com/S53452-95084-48457-23794)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

Here ya go! You can use the set (myDart) angle to (0) block to change the direction! Since you made the dart be created when you press b, I just set a variable called p1angle/p2angle and made set the projectiles angle to that variable!

---

<div class="post-metadata">

### Author: ![tjayy67](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/tjayy67/32/29703_2.png) [@tjayy67](https://forum.makecode.com/u/tjayy67)
#### Post date: [March 18, 2026, 5:41pm UTC](https://forum.makecode.com/t/2-player-fighting-game/42731/4 "2026-03-18T17:41:39Z")

</div>

Thank you SO MUCH!

---

<div class="post-metadata">

### Author: ![YamJam](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/yamjam/32/29681_2.png) [@YamJam](https://forum.makecode.com/u/YamJam)
#### Post date: [March 19, 2026, 12:37am UTC](https://forum.makecode.com/t/2-player-fighting-game/42731/5 "2026-03-19T00:37:10Z")

</div>

No problemo!
