I was hoping this was going to be a chess variant where you're not allowed to move any of the pieces.
Static Chess
51–60 of 127 posts
Re: Static Chess
#52Re: Static Chess
#53Re: Static Chess
#54Earlier quoted context omitted.
url length limitations may thwart that, unless it's all compressed which might defeat the purpose
Chrome can supposedly support 32779 characters in the address bar[0], and a legal chess game should not exceed more than ~5900 moves, due to the 50 move rule. That will be enough to encode any valid game if you don't need to support IE. [0]: https://stackoverflow.com/questions/417142/what-is-the-maxim...
Re: Static Chess
#55Fun fact: you can use this to play chess960 (i.e. fischer random chess), or any other "custom start position" variant, just by appending a FEN to the URL (replace spaces with underscores). Example: https://chess.maxmcd.com/bbnqrknr/pppppppp/8/8/8/8/PPPPPPPP/...
Chess960 also has different castling rules from normal chess though, and the site can't know it should use those just from the FEN?
https://www.chessprogramming.org/Forsyth-Edwards_Notation#Ch...
Re: Static Chess
#56I was hoping this was going to be a chess variant where you're not allowed to move any of the pieces.
Me too. In the meantime, check out Go for a similar but more static game (more googleable by it's Chinese name Weiqi or its Korean name Baduk).
Re: Static Chess
#57Re: Static Chess
#58Learned about https://fav.farm and https://val.town from this. Neat resources!
Re: Static Chess
#59Re: Static Chess
#60Pawn promotion is set to queen. You might want to add support for other promotions... https://www.chess.com/forum/view/game-showcase/checkmate-by-...