Chess bot

Chess bot

4 devlogs
4h 57m
Created by Weston

A bot that will play chess against you

Timeline

Weston
Weston
2h 16m 4 days ago

I added movement for all the pieces and I tried adding a mechanic where after you make a move the black pieces moves a random pawn but its broken at the moment and it sends all the pawns a random amount forward

Weston
Weston
1h 47m 6 days ago

I added knight and pawn movement the knight can capture pieces except I haven't written code for pawn captures yet.

Update attachment

I restarted doing it in javascript since I was using a python library I didn't fully understand. Right now it is just an 8 by 8 grid of buttons with a picture of a chess piece overlayed. I have an array containing all the pieces so in the future I will use that to keep track of everything.

Update attachment

I made the board and put the symbol of each piece onto it soon I will make it so you can move the pieces

Update attachment