A new variant where pieces leave trails #578
lykahb
started this conversation in
Show and tell
Replies: 1 comment
-
Hi. Having no legal move is equivalent to stalemate in chess terms and that is configurable, so that part should be trivial. However, the concept of trails seems vastly different from game dynamics in other variants, so spontaneously I do not have a good idea how this could be done. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I've made a playable variant of chess https://www.lykahb.com/trailchess/. The game starts on an empty board. The players drop and move the pieces.
The game is playable and uses the same board library as lichess. To try it, play for both players or choose AI for your opponent. If you choose AI for two players, it'd autoplay. The AI is very simple, though.
I'd be interested to add support for it to Fairy-Stockfish.
It looks like there are two challenges here:
Can you share some advice on how to approach this?
Beta Was this translation helpful? Give feedback.
All reactions