About Inkplay
Inkplay is a free online games portal with one simple idea: great games do not need heavy graphics. Every title here is rendered in pure black and white and built from geometry with Three.js — there is not a single texture, sprite, or photograph to download.
Why black and white?
Color is where most of a game's download weight goes. By committing to grayscale and generating every shape in code, our pages stay tiny and start almost instantly — even on older phones or slow connections. It also gives the whole arcade a calm, high-contrast, distraction-free look that is easy on the eyes.
How the games are built
Each game lives on its own fast, focused page and runs entirely in your browser. Our flagship, Chess, uses a background worker thread for its move-search AI so the board stays perfectly smooth while the computer thinks. Rules are enforced precisely, and the board is rendered as a clean 2D grid.
What's next
We are steadily adding more classics — 2048, Sudoku, Nonogram, Reversi, and more — each built with the same Three.js, instant-loading, pure-grayscale approach. Browse everything on the games page.