# Space Battles

**URL:** https://forum.makecode.com/t/space-battles/20329
**Category:** Arcade
**Tags:** game
**Created:** [May 31, 2023, 9:14pm UTC](https://forum.makecode.com/t/space-battles/20329 "2023-05-31T21:14:59Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Naterhulk99](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/naterhulk99/32/6784_2.png) [@Naterhulk99](https://forum.makecode.com/u/Naterhulk99)
#### Post date: [May 31, 2023, 9:14pm UTC](https://forum.makecode.com/t/space-battles/20329/1 "2023-05-31T21:14:59Z")

</div>

> **[Space Battles](https://arcade.makecode.com/S65012-40159-66723-20070)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

This game is a multiplayer ship shooter game where you try to shoot the opponents. Which team you are on depends on player order, so the person who hosts is always player 1 or the red ship, player 2 is always player 2 or the blue ship(even in 3-player mode), and so on. Please give heart and you are welcome to give feedback as well! Enjoy! 😀

---

<div class="post-metadata">

### Author: ![YuHayate](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/yuhayate/32/8275_2.png) [@YuHayate](https://forum.makecode.com/u/YuHayate)
#### Post date: [June 1, 2023, 4:57pm UTC](https://forum.makecode.com/t/space-battles/20329/2 "2023-06-01T16:57:59Z")

</div>

add a one player option and add a bot  
how does this bot work well

1. on every game update we place a invisible cube in front of the player “on the opsite site so same y but not x” ps. don’t create a new cube every time
2. make the bot follow the cube and whenever the bot overlaps with the cube it shoots
3. optinal make the x change so the bot doesn’t move only in the y direction

---

<div class="post-metadata">

### Author: ![Naterhulk99](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/naterhulk99/32/6784_2.png) [@Naterhulk99](https://forum.makecode.com/u/Naterhulk99)
#### Post date: [June 13, 2023, 12:06am UTC](https://forum.makecode.com/t/space-battles/20329/3 "2023-06-13T00:06:08Z")

</div>

I will be sure to add this, thanks for the advice!
