# Ive Made a new game

**URL:** https://forum.makecode.com/t/ive-made-a-new-game/43309
**Category:** Show & Tell
**Created:** [April 13, 2026, 11:03pm UTC](https://forum.makecode.com/t/ive-made-a-new-game/43309 "2026-04-13T23:03:44Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Sofa](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/sofa/32/30959_2.png) [@Sofa](https://forum.makecode.com/u/Sofa)
#### Post date: [April 13, 2026, 11:03pm UTC](https://forum.makecode.com/t/ive-made-a-new-game/43309/1 "2026-04-13T23:03:44Z")

</div>

So I’ve been hard working and made a chess game. There be more updates when I feel like I can think for once for another update. [https://www.makecode.com/\_K5xPefirXHc0](https://www.makecode.com/_K5xPefirXHc0)

---

<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 21, 2026, 5:43pm UTC](https://forum.makecode.com/t/ive-made-a-new-game/43309/2 "2026-04-21T17:43:02Z")

</div>

Nice to see a chess game that actually makes sure you’re doing valid moves! could you maybe next add checkmates and checks?

 ![Screenshot_20260420-063926](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/c/5/c597e3beb1ae0339aec2a4dc5a167a09bd0679c4.png)

also you can change the screen width and height of you didn’t know, by going into javascript and typing out:

```javascript
namespace userconfig {
	export const ARCADE_SCREEN_WIDTH = 160
	export const ARCADE_SCREEN_HEIGHT = 120
}

```

change 160 and 120 with your desired width and height!

---

<div class="post-metadata">

### Author: ![Sofa](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/sofa/32/30959_2.png) [@Sofa](https://forum.makecode.com/u/Sofa)
#### Post date: [April 23, 2026, 2:39am UTC](https://forum.makecode.com/t/ive-made-a-new-game/43309/3 "2026-04-23T02:39:40Z")

</div>

okay im working as hard as possible but i still get the dang “problem your code doesent work”

---

<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 24, 2026, 1:54am UTC](https://forum.makecode.com/t/ive-made-a-new-game/43309/5 "2026-04-24T01:54:29Z")

</div>

I think it crashes when a pawn moves 2 spaces

---

<div class="post-metadata">

### Author: ![Sofa](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/sofa/32/30959_2.png) [@Sofa](https://forum.makecode.com/u/Sofa)
#### Post date: [April 25, 2026, 4:57am UTC](https://forum.makecode.com/t/ive-made-a-new-game/43309/7 "2026-04-25T04:57:37Z")

</div>

OMG i messed up again (because i keep updateing this game its so fun) sorry again here is the fixed code this one has the ai and the earleir updates. [https://arcade.makecode.com/S82034-26611-31459-21751](https://arcade.makecode.com/S82034-26611-31459-21751) sorry ill have a break on this code for a while.
