Show HN: CSS-Only 3D/2D 1D Chess
Category: other
Tags: css-only, chess-variant, no-javascript, experimental-ui
Score: 5.3/10 (Innovation: 7, Technical: 6, Documentation: 4, Utility: 3)
A chess variant played on a single-dimensional board (1D chess) implemented entirely with CSS and HTML, featuring both 2D and 3D visual modes without any JavaScript. It's interesting as a technical demonstration of pushing CSS to handle interactive game logic and state management, which is typically reserved for programming languages.
Target audience: frontend devs, css enthusiasts
Repository: https://david.sojevic.com/projects/css-only-1d-chess/
View on Hacker News