# Pushing Makecode to it's limits

**URL:** https://forum.makecode.com/t/pushing-makecode-to-its-limits/40781
**Category:** Arcade
**Created:** [December 4, 2025, 10:16pm UTC](https://forum.makecode.com/t/pushing-makecode-to-its-limits/40781 "2025-12-04T22:16:36Z")
**Posts on this page:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![JoeyDaCoder](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/joeydacoder/32/28370_2.png) [@JoeyDaCoder](https://forum.makecode.com/u/JoeyDaCoder)
#### Post date: [December 4, 2025, 10:16pm UTC](https://forum.makecode.com/t/pushing-makecode-to-its-limits/40781/1 "2025-12-04T22:16:36Z")

</div>

Hi — I’m 15 and building a pseudo-3D NASCAR-style racer in MakeCode Arcade. I’ve implemented a raycast/scanline-style renderer, driving physics (accel/brake/drift), and large tiled tracks. I’m running into tilemap/image corruption and visual glitches when tracks get large. I’d love to connect with anyone who has done advanced MakeCode racing, pseudo-3D, or streaming tile systems.

> **[NASCAR '25 (Alpha 0.16)](https://arcade.makecode.com/S91865-75280-00731-09801)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

if you want to test what I have so far when it starts you might want to wait about 5-10 minutes because the game starts kind of laggy but its fine after that so the first thing you wanna do is press 2 on your keyboard then press 2 again then use the arrow keys to navigate down to Bristol or Charlotte Charlotte is not quite done yet and you can test test the physics by using the up arrow key to accelerate and the to side arrows to steer and you use the space bar as your brake (you’re going to need it) but you can also use W A D to accelerate and steer if that suits you better.

Anyone tell me please how to solve the issue of my tiles glitching out because the game is really big, and I know there are other ways so ill let y’all to it

---

<div class="post-metadata">

### Author: ![Hulahoop](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/hulahoop/32/25398_2.png) [@Hulahoop](https://forum.makecode.com/u/Hulahoop)
#### Post date: [December 7, 2025, 1:40am UTC](https://forum.makecode.com/t/pushing-makecode-to-its-limits/40781/2 "2025-12-07T01:40:39Z")

</div>

really fun! but i think you should make the turning a bit easier!

---

<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 7, 2025, 11:13pm UTC](https://forum.makecode.com/t/pushing-makecode-to-its-limits/40781/3 "2025-12-07T23:13:06Z")

</div>

This game is fun and SUPER high tech so far!! I agree with @Hulahoop , I couldn’t figure out how to make it around the turns fast enough 😆  
What do you mean by tilemap/image corruption? Do you have a way to recreate the glitch or an image of it happening?

---

<div class="post-metadata">

### Author: ![sharpWill](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/sharpwill/32/24467_2.png) [@sharpWill](https://forum.makecode.com/u/sharpWill)
#### Post date: [December 8, 2025, 1:53am UTC](https://forum.makecode.com/t/pushing-makecode-to-its-limits/40781/4 "2025-12-08T01:53:24Z")

</div>

![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/a/7/a7e6d810b76c7eb511cf57843da036e3743885a6.jpeg)

---

<div class="post-metadata">

### Author: ![JoeyDaCoder](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/joeydacoder/32/28370_2.png) [@JoeyDaCoder](https://forum.makecode.com/u/JoeyDaCoder)
#### Post date: [December 8, 2025, 11:41pm UTC](https://forum.makecode.com/t/pushing-makecode-to-its-limits/40781/5 "2025-12-08T23:41:08Z")

</div>

ive played some nascar games and i desighned it to handle and turn slow on purpose

---

<div class="post-metadata">

### Author: ![JoeyDaCoder](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/joeydacoder/32/28370_2.png) [@JoeyDaCoder](https://forum.makecode.com/u/JoeyDaCoder)
#### Post date: [December 8, 2025, 11:41pm UTC](https://forum.makecode.com/t/pushing-makecode-to-its-limits/40781/6 "2025-12-08T23:41:19Z")

</div>

well i can tell you whats happening and what i think is the cuase i have over 180 tiles for my tyle map in other words the map your are driving on is made of tiles stiched together to make the map and now everytime i make a new tile and i try placing it on the map the tile corrupts and i places a different tile i made and i think the cuase is memory limits also yeah about the turning its supposed to be like that on purpose

---

<div class="post-metadata">

### Author: ![JoeyDaCoder](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/joeydacoder/32/28370_2.png) [@JoeyDaCoder](https://forum.makecode.com/u/JoeyDaCoder)
#### Post date: [December 8, 2025, 11:41pm UTC](https://forum.makecode.com/t/pushing-makecode-to-its-limits/40781/7 "2025-12-08T23:41:23Z")

</div>

ive never encoutered that how did you get that to happen

---

<div class="post-metadata">

### Author: ![JoeyDaCoder](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/joeydacoder/32/28370_2.png) [@JoeyDaCoder](https://forum.makecode.com/u/JoeyDaCoder)
#### Post date: [December 9, 2025, 12:29am UTC](https://forum.makecode.com/t/pushing-makecode-to-its-limits/40781/8 "2025-12-09T00:29:02Z")

</div>

ok i have figured out how to recreate that bug and i will patch it soon

---

<div class="post-metadata">

### Author: ![Reflectfr](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/reflectfr/32/32515_2.png) [@Reflectfr](https://forum.makecode.com/u/Reflectfr)
#### Post date: [December 9, 2025, 9:35pm UTC](https://forum.makecode.com/t/pushing-makecode-to-its-limits/40781/9 "2025-12-09T21:35:01Z")

</div>

got that first attemp lol

---

<div class="post-metadata">

### Author: ![JoeyDaCoder](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/joeydacoder/32/28370_2.png) [@JoeyDaCoder](https://forum.makecode.com/u/JoeyDaCoder)
#### Post date: [December 9, 2025, 9:55pm UTC](https://forum.makecode.com/t/pushing-makecode-to-its-limits/40781/10 "2025-12-09T21:55:37Z")

</div>

You got what first attempt

---

<div class="post-metadata">

### Author: ![Reflectfr](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/reflectfr/32/32515_2.png) [@Reflectfr](https://forum.makecode.com/u/Reflectfr)
#### Post date: [December 10, 2025, 4:14am UTC](https://forum.makecode.com/t/pushing-makecode-to-its-limits/40781/11 "2025-12-10T04:14:56Z")

</div>

the glitch

---

<div class="post-metadata">

### Author: ![JoeyDaCoder](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/joeydacoder/32/28370_2.png) [@JoeyDaCoder](https://forum.makecode.com/u/JoeyDaCoder)
#### Post date: [December 10, 2025, 6:31pm UTC](https://forum.makecode.com/t/pushing-makecode-to-its-limits/40781/12 "2025-12-10T18:31:55Z")

</div>

Read the instructions and you’ll get to the tracks glitch free

---

<div class="post-metadata">

### Author: ![king\_bob](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/king_bob/32/35049_2.png) [@king\_bob](https://forum.makecode.com/u/king_bob)
#### Post date: [January 21, 2026, 10:37pm UTC](https://forum.makecode.com/t/pushing-makecode-to-its-limits/40781/13 "2026-01-21T22:37:13Z")

</div>

this game is awesome. cant wait for more
