Ive Made a new game

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

6 Likes

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

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

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

change 160 and 120 with your desired width and height!

1 Like

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

I think it crashes when a pawn moves 2 spaces

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 sorry ill have a break on this code for a while.

1 Like