Show HN: Chess on a Donut/Torus and Deep-Dive (mchess.io)
Hey there! I just finished a youtube video explaining our donut chess in detail: https://youtu.be/iRcfHCPFgkM
So I thought it'd be cool to show it off here too- it can be played around with at mchess.io/donut - you can also set up an AI or online game on the site.
This is all indie dev work from a couple friends and myself.
6 comments
[ 3.2 ms ] story [ 36.4 ms ] threadBonus points if you hit upon the other 2D projection that is useful (I didn't)
Maybe when the page loads the torus should rotate around a bit
https://www.benjoffe.com/code/games/torus/
Rotating the torus eventually hits singularities and I cannot continue the rotation. Maybe use a different mechanism for rotations that do not suffer from "gimbal lock"?
Would also be nice to rotate the torus along the circular axis. That is, rotate pieces/rows from inside the doughnut hole to the outside.