# 40x30 game

**URL:** https://forum.makecode.com/t/40x30-game/44021
**Category:** Show & Tell
**Tags:** game, platformer
**Created:** [May 16, 2026, 9:11pm UTC](https://forum.makecode.com/t/40x30-game/44021 "2026-05-16T21:11:53Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![VoxelMaster64](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/voxelmaster64/32/32075_2.png) [@VoxelMaster64](https://forum.makecode.com/u/VoxelMaster64)
#### Post date: [May 16, 2026, 9:11pm UTC](https://forum.makecode.com/t/40x30-game/44021/1 "2026-05-16T21:11:53Z")

</div>

This is a game I’ve been making that I will NOT continue. I will likely give an update to the levels for a while, but not long.

> **[40x30 Game](https://arcade.makecode.com/S41018-95611-58428-49089)**
>
> screen is 40x30. very simple. there are some secrets. Levels are made easily.

it is very simple, though A is jump so that mobile is easier. The goal and gameplay is shown throughout the level. Any info on any of the levels would be nice (e.g. block function, level design, etc.)! Levels are also made easily.

> **Level Editor**
>
> The level editor is actually in makecode, not the game. if you press “edit code” and open the green “on start” block, there is an array with all the levels. each level is an image, not a tilemap. There is also a “trace player” boolean, that when playing, every frame a light blue pixel is placed where the player is. Also, because delta time is never introduced to the game and the physics are poorly made, some levels look impossible but actually are possible. To actually create those levels I used the trace player feature.

Any questions asked I will try to respond to!

---

<div class="post-metadata">

### Author: ![TheEarth](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/theearth/32/34579_2.png) [@TheEarth](https://forum.makecode.com/u/TheEarth)
#### Post date: [May 17, 2026, 4:16pm UTC](https://forum.makecode.com/t/40x30-game/44021/2 "2026-05-17T16:16:40Z")

</div>

oh my God this game is soo hard

---

<div class="post-metadata">

### Author: ![VoxelMaster64](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/voxelmaster64/32/32075_2.png) [@VoxelMaster64](https://forum.makecode.com/u/VoxelMaster64)
#### Post date: [May 25, 2026, 4:59am UTC](https://forum.makecode.com/t/40x30-game/44021/3 "2026-05-25T04:59:39Z")

</div>

also there are some bonus levels
