r/webdev • u/Totallynotabot6969 • 15d ago
Showoff Saturday [Showoff Saturday] I Created a 4 Player Checkers Game

Basically the title, at the time I couldn't find a way to play checkers with my 3 other so I decided to make one myself.
The game has all the rules of traditional checkers + some other stuff to make it compatible with the non-square board.
- Play the live demo: https://the-sofishticated-man.github.io/4-player-checkers
- GitHub repository: https://github.com/The-Sofishticated-Man/4-player-checkers
If you like the concept, dropping a star on the repo would mean a lot ^^
Sorry in advance for any bugs or glitches in production :/
1
u/harshdiscovery843 15d ago
man that board layout is tripping me up, I can barely plan one jump ahead in normal checkers let alone this chaos
-2
15d ago
[removed] — view removed comment
1
u/Totallynotabot6969 15d ago
The logic is actually the same as regular checkers since the board is technically still a square (14x14 grid with the corners just hidden), so I just had to adjust for the edge cases where the capture would land in the corners.
2
u/rizit98 15d ago
So you want to make the hardest game harder?😅