FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I Built a Chess Engine for 6 6 Crazyhouse — Now It's #1 on chess.com
NewsProgramming Languages

I Built a Chess Engine for 6 6 Crazyhouse — Now It's #1 on chess.com

via Dev.to PythonVladimir Doronin1d ago

Hey folks! I'm Vladimir, a backend developer. Over the past 9 months, my side project — a chess engine for an obscure chess variant — went from a "what if..." idea to #1 on the chess.com leaderboard . No neural networks. Just good old alpha-beta search, written in Rust. If you're into chess programming, CPU-bound optimization, or bridging Python and Rust via PyO3 — this one's for you. What is Minihouse? chess.com has a "Variants" section with alternative chess modes. One of them is Minihouse (aka 6×6 Crazyhouse): 6×6 board instead of 8×8 (no queen, one pawn each) Crazyhouse mechanic : when you capture a piece, it goes into your "hand" — and you can drop it back onto any empty square instead of making a regular move This completely changes the game. In standard chess, material is lost permanently. Here, every trade gives both players new pieces to drop. Tactics dominate strategy. Games often end in 5–10 moves with a surprise checkmate from a dropped knight. There are powerful engines fo

Continue reading on Dev.to Python

Opens in a new tab

Read Full Article
0 views

Related Articles

Palmer Luckey’s retro gaming startup ModRetro reportedly seeks funding at $1B valuation
News

Palmer Luckey’s retro gaming startup ModRetro reportedly seeks funding at $1B valuation

TechCrunch • 19h ago

News

Cakelisp

Lobsters • 20h ago

News

Why octal notation should be used for UTF-8 (and Unicode) (2016)

Lobsters • 20h ago

From WAP to Agent-First: Why the UI Is Becoming Optional
News

From WAP to Agent-First: Why the UI Is Becoming Optional

Medium Programming • 20h ago

News

Solving Regex Crosswords Without Z3

Lobsters • 20h ago

Discover More Articles