# Small Isometric Demo

**URL:** https://forum.makecode.com/t/small-isometric-demo/35382
**Category:** Show & Tell
**Created:** [April 7, 2025, 1:59am UTC](https://forum.makecode.com/t/small-isometric-demo/35382 "2025-04-07T01:59:51Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![CodePerson](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/codeperson/32/32288_2.png) [@CodePerson](https://forum.makecode.com/u/CodePerson)
#### Post date: [April 7, 2025, 1:59am UTC](https://forum.makecode.com/t/small-isometric-demo/35382/1 "2025-04-07T01:59:51Z")

</div>

I made an isometric game. As most of you know, Makecode has a 16x16 unchangeable tile resolution, making it nearly impossible to add accurate collision to an isometric tilemap. Most sane people would just go and do some coding to add collision or find a workaround. But I’m not sane. I upscaled the screen size 16 times, making each tile look like a pixel. yes, I drew the isometric map. Extreme lag warning, be nice to your computer.

> **[Isometric Demo](https://arcade.makecode.com/S63255-93621-73535-38586)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

---

<div class="post-metadata">

### Author: ![BotWarrior](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/botwarrior/32/25328_2.png) [@BotWarrior](https://forum.makecode.com/u/BotWarrior)
#### Post date: [April 7, 2025, 4:55pm UTC](https://forum.makecode.com/t/small-isometric-demo/35382/2 "2025-04-07T16:55:43Z")

</div>

Wow that is laggy. Isn’t there another isometric tile map extension/thing? Cool idea though.

---

<div class="post-metadata">

### Author: ![kaleb3335](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/kaleb3335/32/16382_2.png) [@kaleb3335](https://forum.makecode.com/u/kaleb3335)
#### Post date: [April 8, 2025, 12:55pm UTC](https://forum.makecode.com/t/small-isometric-demo/35382/3 "2025-04-08T12:55:55Z")

</div>

yes there is [Isometric render](https://forum.makecode.com/t/isometric-render/22580)

---

<div class="post-metadata">

### Author: ![Fixitude](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/fixitude/32/28576_2.png) [@Fixitude](https://forum.makecode.com/u/Fixitude)
#### Post date: [August 15, 2025, 12:59am UTC](https://forum.makecode.com/t/small-isometric-demo/35382/4 "2025-08-15T00:59:21Z")

</div>

Wow, that’s really cool… I have always wanted to make an isometric game… but to laggy ☹
