Inspiration
Build a complex game like chess from scratch
What it does
It plays chess with you and the other player as the computer
How we built it
I built it using Little-Endian Rank-File Mapping and common Backtracking Algorithm and used chess module with tkinter and pygame
Challenges we ran into
I wasn't able to find a efficient method of solving chess until I came across the above method. The brute force method is too slow.
What's next for Build a Working Chess Game Challenge
- Adding a restart functionality
- Multiplayer game
- Adding a leaderboard and storing the scores
Log in or sign up for Devpost to join the conversation.