惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
F
Fortinet All Blogs
Microsoft Azure Blog
Microsoft Azure Blog
腾讯CDC
Vercel News
Vercel News
Recent Announcements
Recent Announcements
博客园 - Franky
小众软件
小众软件
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
The Cloudflare Blog
宝玉的分享
宝玉的分享
I
InfoQ
博客园 - 聂微东
Jina AI
Jina AI
J
Java Code Geeks
V
V2EX
U
Unit 42
Stack Overflow Blog
Stack Overflow Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
阮一峰的网络日志
阮一峰的网络日志
L
LangChain Blog
T
The Blog of Author Tim Ferriss
量子位

Hacker News: Best

Dubai police arrest airline worker after accessing private WhatsApp group madhadron - The seven programming ur-languages GitHub - smol-machines/smolvm: Tool to build & run portable, lightweight, self-contained virtual machines. I Measured Claude 4.7's New Tokenizer. Here's What It Costs You. Introducing Claude Design by Anthropic Labs It Is Time to Ban the Sale of Precise Geolocation The creative software industry has declared war on Adobe Isaac Asimov: The Last Question Newly unsealed records reveal Amazon’s price-fixing tactics, California attorney general claims Clojure - Documentary Android CLI and skills: Build Android apps 3x faster using any agent Qwen3.6-35B-A3B on my laptop drew me a better pelican than Claude Opus 4.7 Codex:全能型助手 Introducing Claude Opus 4.7 Qwen Studio The Future of Everything is Lies, I Guess: Where Do We Go From Here? Virginia Bans Sale of Geolocation Data YouTube now lets you turn off Shorts Burgers | マクドナルド公式 ChatGPT for Excel Ask HN: Who is using OpenClaw? Live Nation illegally monopolized ticketing market, jury finds Google Broke Its Promise to Me. Now ICE Has My Data. Open Source Isn't Dead. The Future of Everything is Lies, I Guess: New Jobs Unexpected €54k billing spike in 13 hours: Firebase browser key without API restrictions used for Gemini requests IPv6 – Google Your Backpack Got Worse On Purpose Good sleep, good learning, good life Fixing a 20-year-old bug in Enlightenment E16.
1D-Chess
2026-04-10 · via Hacker News: Best

1d-chess is a new variant where you can play the beautiful game without all those unneccessary and complicated extra dimensions. Play as white against the AI. You might initally find it more difficult than expected, but assming optimal play, is there a forced win for white?

Mouse over to reveal answer: Try this line: N4 N5, N6 K7, R4 K6, R2 K7, R5++

Rules

There are three pieces in 1d-chess:

King:

Can move one square in any direction.

Knight:

Can move 2 squares forward or backward. (jumping over any pieces in the way)

Rook:

Can move in a straight line in any direction.

Win by checkmating the enemy king. This occurs when the enemy king is in check (under attack by one of your pieces) and there are no legal moves for the opponent to get their king out of check.

Careful! A draw can occur if:

  • A player is not in check and there are no legal moves for them to play (Stalemate)
  • The same board position is repeated 3 times in a game. (3 Fold Repetition)
  • There are only kings left on the board, thus it is impossible to checkmate the opponent (Insufficient Material)

Credits

This chess variant was first described by Martin Gardner in the Mathematical Games column of the July 1980 issue of Scientific American
See The column on JSTOR