# 1on1 SOCCER

**URL:** https://forum.makecode.com/t/1on1-soccer/7059
**Category:** Arcade
**Tags:** game
**Created:** [March 28, 2021, 4:34pm UTC](https://forum.makecode.com/t/1on1-soccer/7059 "2021-03-28T16:34:26Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![NoValues](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/novalues/32/3648_2.png) [@NoValues](https://forum.makecode.com/u/NoValues)
#### Post date: [March 28, 2021, 4:34pm UTC](https://forum.makecode.com/t/1on1-soccer/7059/1 "2021-03-28T16:34:26Z")

</div>

> **[1on1 SOCCER](https://arcade.makecode.com/85686-48788-02123-55776)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

こんにちは。

今回は1on1サッカーゲームを作ってみました。

プレーヤーがボールに体当たりするとドリブルが出来ます。  
Aボタンを押している間は強キックです。  
Bボタンを押すとダッシュ出来ます。

１ステージ４５秒で、敵より１点でも多く点を取ればステージクリアです。引き分けは負けです。  
総合得点は得失点差の合計です。  
細かいルールは本当のサッカーとは違いますがそこは気にしないでください。  
少しずつ敵が強く（速く）なっていきます。

楽しんでね！

Bing translation below

Hello.

This time I tried to make a one-on-one soccer game.

When the player hits the ball, he can dribble.  
It is a strong kick while pressing the A button.  
You can dash by pressing the B button.

In 45 seconds per stage, if you score as many points as possible than your enemies, you will clear the stage. A draw is a loss.  
The overall score is the sum of the points scored.  
The fine rules are different from real football, but don’t worry about them.  
Little by little, the enemy becomes stronger (faster).

Have fun!

---

<div class="post-metadata">

### Author: ![Primal\_Nexus](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/primal_nexus/32/3540_2.png) [@Primal\_Nexus](https://forum.makecode.com/u/Primal_Nexus)
#### Post date: [March 29, 2021, 12:55am UTC](https://forum.makecode.com/t/1on1-soccer/7059/2 "2021-03-29T00:55:52Z")

</div>

This is nice

---

<div class="post-metadata">

### Author: ![ggiscool](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/ggiscool/32/3431_2.png) [@ggiscool](https://forum.makecode.com/u/ggiscool)
#### Post date: [March 29, 2021, 2:40pm UTC](https://forum.makecode.com/t/1on1-soccer/7059/3 "2021-03-29T14:40:25Z")

</div>

awesome

---

<div class="post-metadata">

### Author: ![Eretick](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/eretick/32/3954_2.png) [@Eretick](https://forum.makecode.com/u/Eretick)
#### Post date: [April 22, 2021, 3:28pm UTC](https://forum.makecode.com/t/1on1-soccer/7059/4 "2021-04-22T15:28:00Z")

</div>

whats cool. should you probably add rotation to ball?

---

<div class="post-metadata">

### Author: ![NoValues](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/novalues/32/3648_2.png) [@NoValues](https://forum.makecode.com/u/NoValues)
#### Post date: [April 25, 2021, 4:48pm UTC](https://forum.makecode.com/t/1on1-soccer/7059/5 "2021-04-25T16:48:03Z")

</div>

thank you!  
I tried to make the movement of the ball as easy as possible, but it didn’t work. It’s a hassle to express rotation in all directions.  
So I gave up.  
Is there an easy way to make the ball look like it’s spinning?

---

<div class="post-metadata">

### Author: ![girlwhocode](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/girlwhocode/32/3754_2.png) [@girlwhocode](https://forum.makecode.com/u/girlwhocode)
#### Post date: [April 25, 2021, 7:19pm UTC](https://forum.makecode.com/t/1on1-soccer/7059/6 "2021-04-25T19:19:16Z")

</div>

maybe add animation? i can try

---

<div class="post-metadata">

### Author: ![Eretick](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/eretick/32/3954_2.png) [@Eretick](https://forum.makecode.com/u/Eretick)
#### Post date: [April 26, 2021, 3:16pm UTC](https://forum.makecode.com/t/1on1-soccer/7059/7 "2021-04-26T15:16:46Z")

</div>

Don`t know is it easy, but I found this:

> [@Having a Blast with MakeCode Arcade!](https://forum.makecode.com/t/having-a-blast-with-makecode-arcade/59/6):
>
> I’ve taken inspiration from @ChaseMor and created an extension for some image transformations (scaling and rotation). You can use the extension both in the blocks interface and in the JavaScript interface. The extension adds blocks under the Advanced section. I’ve been looking forward to creating extensions for a while now, just to see how that process works. It’s stunningly simple, given the excellent Monaco code editor and GitHub integration that are built into PXT. You really don’t even need…
