# I designed my first game, but it's too simple, I guess I need some help

**URL:** https://forum.makecode.com/t/i-designed-my-first-game-but-its-too-simple-i-guess-i-need-some-help/41134
**Category:** Help
**Tags:** make, game
**Created:** [December 20, 2025, 1:08am UTC](https://forum.makecode.com/t/i-designed-my-first-game-but-its-too-simple-i-guess-i-need-some-help/41134 "2025-12-20T01:08:36Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Rooong](https://avatars.discourse-cdn.com/v4/letter/r/a9adbd/32.png) [@Rooong](https://forum.makecode.com/u/Rooong)
#### Post date: [December 20, 2025, 1:08am UTC](https://forum.makecode.com/t/i-designed-my-first-game-but-its-too-simple-i-guess-i-need-some-help/41134/1 "2025-12-20T01:08:37Z")

</div>

this is a shooting game actually, but I don’t know how to make it has a trajectory and shoot bullets. can anyone let me know how? it’s one of my tasks 😢 [https://arcade.makecode.com/S56482-48011-13900-08314](https://arcade.makecode.com/S56482-48011-13900-08314)

---

<div class="post-metadata">

### Author: ![randomuser](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/randomuser/32/32505_2.png) [@randomuser](https://forum.makecode.com/u/randomuser)
#### Post date: [December 20, 2025, 6:42pm UTC](https://forum.makecode.com/t/i-designed-my-first-game-but-its-too-simple-i-guess-i-need-some-help/41134/2 "2025-12-20T18:42:50Z")

</div>

I’d say the best way to make it shoot bullets is to use the projectile extension, it has extra blocks to help you get the physics of the projectile just right.  
And for setting the trajectory of the arrow, I’d suggest making a few different angles of the arrow (left, top-left, top, top-right, and right). When the player presses the right or left arrow, you could change the sprite’s image to the direction farther in the left or right direction.  
You could also use the [rotation extension](https://github.com/robo-technical-group/pxt-arcade-image-transform) to rotate the arrow, but that’s a bit more complicated if you’re up for it!  
Let me know if this makes sense! I’d offer to make it myself, but if it’s part of your tasks to complete, I’m not sure if that’s allowed 😆

---

<div class="post-metadata">

### Author: ![Rooong](https://avatars.discourse-cdn.com/v4/letter/r/a9adbd/32.png) [@Rooong](https://forum.makecode.com/u/Rooong)
#### Post date: [December 21, 2025, 6:06pm UTC](https://forum.makecode.com/t/i-designed-my-first-game-but-its-too-simple-i-guess-i-need-some-help/41134/3 "2025-12-21T18:06:56Z")

</div>

Ooooh, it’s a good point. I haven’t try to make angles of the arrow yet. As for the extension code, I’ve tried it before, but it kept showing error and it even affected my code’s function, and I don’t know what’s going on…

oh~~ It’ s nice to hear that, but my teacher might see this quote since this is the website he told us about… Maybe is there any way not using extension blocks to make it shoot bullets? At least I want it is able to shoot sth out, or I should change my game’s name 😢

If my grammar failed, plz don’t mind it, I’m not a native English speaker 😅

---

<div class="post-metadata">

### Author: ![BitBot](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/bitbot/32/33272_2.png) [@BitBot](https://forum.makecode.com/u/BitBot)
#### Post date: [December 22, 2025, 12:01am UTC](https://forum.makecode.com/t/i-designed-my-first-game-but-its-too-simple-i-guess-i-need-some-help/41134/4 "2025-12-22T00:01:06Z")

</div>

There is a quite easy way to shoot! You can use this demo!

> **[Shoot Demo](https://arcade.makecode.com/S85552-47553-49264-57108)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

Or in all directions:

> **[Shoot Demo 2](https://arcade.makecode.com/S66506-45384-23239-31932)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

😄

---

<div class="post-metadata">

### Author: ![Rooong](https://avatars.discourse-cdn.com/v4/letter/r/a9adbd/32.png) [@Rooong](https://forum.makecode.com/u/Rooong)
#### Post date: [December 22, 2025, 5:31pm UTC](https://forum.makecode.com/t/i-designed-my-first-game-but-its-too-simple-i-guess-i-need-some-help/41134/5 "2025-12-22T17:31:37Z")

</div>

Oooh~ Interesting, thank you, you make coding seems easier 🤩🤩

---

<div class="post-metadata">

### Author: ![Rooong](https://avatars.discourse-cdn.com/v4/letter/r/a9adbd/32.png) [@Rooong](https://forum.makecode.com/u/Rooong)
#### Post date: [December 22, 2025, 5:40pm UTC](https://forum.makecode.com/t/i-designed-my-first-game-but-its-too-simple-i-guess-i-need-some-help/41134/6 "2025-12-22T17:40:38Z")

</div>

Here’s the introduction of my game:

You can move the arrow, which is your character by mouse, and in the meantime, avoid the enemies, which are projectable from nowhere and the booth, in order to save your points. By the way, you can receive points by touching the targets. I guess the feature of this game might be that you can practice your reaction rate, since there are some yellow targets which value 5points , but they’re quite fast.😃

---

<div class="post-metadata">

### Author: ![BitBot](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/bitbot/32/33272_2.png) [@BitBot](https://forum.makecode.com/u/BitBot)
#### Post date: [December 23, 2025, 12:41am UTC](https://forum.makecode.com/t/i-designed-my-first-game-but-its-too-simple-i-guess-i-need-some-help/41134/7 "2025-12-23T00:41:36Z")

</div>

Cool! Also, great english!😁
