# Tilemap Utils Extension isn't compatible with Python?

**URL:** https://forum.makecode.com/t/tilemap-utils-extension-isnt-compatible-with-python/41109
**Category:** Help
**Created:** [December 19, 2025, 4:19am UTC](https://forum.makecode.com/t/tilemap-utils-extension-isnt-compatible-with-python/41109 "2025-12-19T04:19:36Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![redSprite](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/redsprite/32/34262_2.png) [@redSprite](https://forum.makecode.com/u/redSprite)
#### Post date: [December 19, 2025, 4:19am UTC](https://forum.makecode.com/t/tilemap-utils-extension-isnt-compatible-with-python/41109/1 "2025-12-19T04:19:36Z")

</div>

So I’m trying to make a game using Python which uses a tilemap, the thing is, I want to create a tilemap with 8x8 tiles.

When I try to code in the 8x8 tilemap using the Tile Utils extension, it instead uses a tilemap with 16x16 tiles rather than 8x8 tiles.

Here’s an example project with the code:

> **[Tile Utils disobey Python](https://arcade.makecode.com/59412-04861-00588-01801)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

If someone could help me out that would be great.

---

<div class="post-metadata">

### Author: ![WoofWoof](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/woofwoof/32/32523_2.png) [@WoofWoof](https://forum.makecode.com/u/WoofWoof)
#### Post date: [December 19, 2025, 7:28pm UTC](https://forum.makecode.com/t/tilemap-utils-extension-isnt-compatible-with-python/41109/2 "2025-12-19T19:28:14Z")

</div>

Yeah, looks like you’ll have to make the small tilemap in blocks and then convert to python. You could use the actual tilemap API but then you would have to manually program in the tilemap and that’s very annoying.

---

<div class="post-metadata">

### Author: ![redSprite](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/redsprite/32/34262_2.png) [@redSprite](https://forum.makecode.com/u/redSprite)
#### Post date: [December 22, 2025, 12:11am UTC](https://forum.makecode.com/t/tilemap-utils-extension-isnt-compatible-with-python/41109/3 "2025-12-22T00:11:25Z")

</div>

Yeah that’s good and all but I don’t want to use the help of other languages.

I also don’t want to use the API either.

---

<div class="post-metadata">

### Author: ![WoofWoof](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/woofwoof/32/32523_2.png) [@WoofWoof](https://forum.makecode.com/u/WoofWoof)
#### Post date: [December 22, 2025, 2:03am UTC](https://forum.makecode.com/t/tilemap-utils-extension-isnt-compatible-with-python/41109/4 "2025-12-22T02:03:57Z")

</div>

I mean maybe @richard has a fix for this but I couldn’t get anything to work myself.
