# Charred Earth 1.0

**URL:** https://forum.makecode.com/t/charred-earth-1-0/1641
**Category:** Show & Tell
**Tags:** game
**Created:** [April 9, 2020, 7:36am UTC](https://forum.makecode.com/t/charred-earth-1-0/1641 "2020-04-09T07:36:28Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![jacob\_c](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/jacob_c/32/1532_2.png) [@jacob\_c](https://forum.makecode.com/u/jacob_c)
#### Post date: [April 9, 2020, 7:36am UTC](https://forum.makecode.com/t/charred-earth-1-0/1641/1 "2020-04-09T07:36:28Z")

</div>

I made a thing:

> **[charred earth v1.0](https://arcade.makecode.com/96183-99993-99498-40492)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

This is a makecode arcade game inspired by the 90’s shareware hit Scorched Earth. There’s plenty of things I can add, but I think it’s already a fun, playable game.

**Controls:**

**`B`** : swap between **view panning** and **tank control** mode  
**`A`** : fire!

View panning:  
**`U`** / **`D`** / **`L`** / **`R`** : move the camera… find the other tank!

Tank control:  
**`L`** / **`R`** : adjust the turret angle  
**`U`** / **`D`** : adjust the power of your shot

**Note:** the game begins in **view panning** mode, but after the first shot will stay in **tank control** mode until you explicitly swap back.

I hope you enjoy!

---

<div class="post-metadata">

### Author: ![darzu](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/darzu/32/1882_2.png) [@darzu](https://forum.makecode.com/u/darzu)
#### Post date: [April 9, 2020, 3:20pm UTC](https://forum.makecode.com/t/charred-earth-1-0/1641/2 "2020-04-09T15:20:00Z")

</div>

This is great! I love the random level placement and how the view panning works.

Nice use of the arcade-sprite-data extension too! FYI @peli

---

<div class="post-metadata">

### Author: ![peli](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/peli/32/12_2.png) [@peli](https://forum.makecode.com/u/peli)
#### Post date: [April 9, 2020, 3:34pm UTC](https://forum.makecode.com/t/charred-earth-1-0/1641/3 "2020-04-09T15:34:00Z")

</div>

@darzu make sure to tag posts…

---

<div class="post-metadata">

### Author: ![Blobiy](https://avatars.discourse-cdn.com/v4/letter/b/6de8d8/32.png) [@Blobiy](https://forum.makecode.com/u/Blobiy)
#### Post date: [April 9, 2020, 5:08pm UTC](https://forum.makecode.com/t/charred-earth-1-0/1641/4 "2020-04-09T17:08:48Z")

</div>

this is so cool, also how did you get the image text extension? that could be helpful!

this is great, thanks

- Blobiy

---

<div class="post-metadata">

### Author: ![jacob\_c](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/jacob_c/32/1532_2.png) [@jacob\_c](https://forum.makecode.com/u/jacob_c)
#### Post date: [April 9, 2020, 5:22pm UTC](https://forum.makecode.com/t/charred-earth-1-0/1641/5 "2020-04-09T17:22:31Z")

</div>

Thanks!

The image text extension is just something I wrote in that game. Sorry, I didn’t publish the extension anywhere (I didn’t put much thought into its design; I just did the minimum for what I needed).

A couple of days ago I posted this thread [Text sprite extension](https://forum.makecode.com/t/text-sprite-extension/1634) where @richard shared a slightly different extension that might be useful for you, though.

---

<div class="post-metadata">

### Author: ![Blobiy](https://avatars.discourse-cdn.com/v4/letter/b/6de8d8/32.png) [@Blobiy](https://forum.makecode.com/u/Blobiy)
#### Post date: [April 9, 2020, 6:10pm UTC](https://forum.makecode.com/t/charred-earth-1-0/1641/6 "2020-04-09T18:10:26Z")

</div>

Ok, thanks,  
i will see what i can find
