Live data from Hacker News

1D Chess

rowan441.github.io

121–130 of 192 posts

Re: 1D Chess

#121

Earlier quoted context omitted.

The "dimensions" in these board games isn't a mathematical/topology thing, is it? Normally one dimension = one real number space. Every board game ever would fit in 1D then, "2D" chess included. I'm fine calling Backgammon 1.5-D. Physically you focus on a single dimension, and the second one matters too but it's not the same.

That's a good point, you could surely model full chess in a single dimension, it would just be that each pieces' movement rules would be more confusing E.g. a pawn can move exactly 8 squares towards its opponents end (16 on its first move if no piece occupies 8 squares away), but can only capture 7 or 9 squares forward (with some extra modulo math to prevent wrapping)

Yeah and it'd be even worse if you want to flatten out the piece colors and types into the 1D array.

Re: 1D Chess

#123

I tried and failed a couple times before looking at the hint. And then I had to ask ChatGPT to explain the hint because I didn't understand chess notation. But with all of that out of the way, I am now winning 100% of my matches and feel it's not an overstatement to call myself a 1D chess grandmaster.

I still don’t understand the notation. What does N4 N5 mean? The knight can’t move one space? I’m so confused.

Odd moves for white, even for black.

Re: 1D Chess

#127
It frustrates me that the site does not give the strongest defense for black. The position is mate in 6, not 5:

1. N4 N5

2. Nx6+ K7

3. R4 N3+!

4. K2 N5

5. N8! Kx8

6. Rx5#

Re: 1D Chess

#128
Trying to lose is also fun (as white)

Some observations:

* Knights are color bound

* You can mate with Knight & King (K+K is still insufficient material)

* 3 fold repetition still applies (and has a popup!)

Post reply on HN