# Making games with copilot

**URL:** https://forum.makecode.com/t/making-games-with-copilot/43282
**Category:** Arcade
**Tags:** game
**Created:** [April 13, 2026, 5:26pm UTC](https://forum.makecode.com/t/making-games-with-copilot/43282 "2026-04-13T17:26:58Z")
**Posts on this page:** 1
**Showing post:** 28

<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: [April 16, 2026, 2:31am UTC](https://forum.makecode.com/t/making-games-with-copilot/43282/28 "2026-04-16T02:31:33Z")

</div>

this is my first time seeing this topic.

> **How I found it**
>
> > [@Chatting Area! Have fun!](https://forum.makecode.com/t/chatting-area-have-fun/8740/7389):
> >
> > ![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/9/7/9770a4a6891b2d51867a4bda2fe98d6ceed7ae96.png)

> **GOOD INFO ON MAKING GOOD GAMES WITH COPILOT**
>
> Whenever I make games with copilot, to make sure your idea is still in it, and to make no errors later on, I often start with questions. also, rather than being like “make me a 3D voxel engine NOW” I am more like “make a 3D ray tracer using [this](https://github.com/DeadlockCode/voxel_ray_traversal)…” then later “make a 3D hitbox collider that slides like this: ‘… … …’. For example, ‘…’, ‘…’, ‘…’, ‘…’.” Also, try to make games with copilot that are in Javascript or python, because it makes copy/pasting easier. Often you should try to understand what it’s making for you, and try to tell it EVERYTHING that goes wrong. for example, “nothing was rendered” is not great. “nothing was rendered. I used console.log()'s in many places, and found that the ray tracing loop is never ending somehow. it does that at ray direction 7,91. Can you please fix it?” allows it to understanderstand the situation better.

---

_[View the full topic](https://forum.makecode.com/t/making-games-with-copilot/43282)._
