Fast-paced hexagonal block-matching puzzle game running directly in your browser. Pure HTML5 canvas, zero install, no flash, with desktop and touch controls.
- Genre
- Arcade puzzle
- Difficulty
- medium
- Players
- 1 player
- Touch
- Supported
Added · 1–3 minutes per run
How to play Hextris: Play Online in Browser (Fast Hexagonal Puzzle, No Download)
- 01Blocks spawn at the outer perimeter and gravitate toward the central hexagon.
- 02Rotate the central hexagon so falling blocks land on your desired target side.
- 03Matching three or more adjacent blocks of identical color eliminates them from the board.
- 04Outer perimeter colored lines indicate the combo multiplier countdown.
- 05The game terminates when any single face exceeds its maximum stack threshold.
Controls
| Input | Action |
|---|---|
| Left / Right arrow | Rotate the hexagon 60 degrees |
| Down arrow | Accelerate current falling block |
| Tap Left / Right half | Rotate on touch screens |
| P | Pause and unpause |
Hextris is an open-source fast-paced arcade puzzle game that combines the falling-block mechanics of Tetris with a 360-degree hexagonal rotation axis. Developed by Logan Engstrom and Garrett Finucane and released under the GNU General Public License v3, Hextris tests dynamic spatial recognition and risk-reward combo management across six distinct stacking zones rendered on an HTML5 canvas.
Mechanical Parameters & Timing Specifications
Success in high-tier Hextris runs requires mastering the interplay between falling velocity, rotation step angles, and combo decay intervals:
| Parameter | Value | Gameplay Consequence |
|---|---|---|
| Geometry | Regular Hexagon (6 faces) | 60-degree rotation step per keypress |
| Clear Condition | >= 3 contiguous same-color blocks | Larger multi-clears (4–6 blocks) yield non-linear score bonuses |
| Combo Decay Window | Dynamic (1.5s to 3.0s based on score) | Indicated by shrinking perimeter boundary lines |
| Stack Height Limit | ~7–8 blocks per facet | Overflowing beyond the outer boundary triggers instant game over |
| Down Arrow Acceleration | 4x normal gravity speed | Critical for snapping blocks into place before the board configuration shifts |
The Core Scoring Engine: Combo Timer Arbitrage
Most casual players treat Hextris strictly as a reaction game, plateauing below 3,000 points. Elite scoring relies on combo timer management:
- The Timer Mechanism: Every block elimination charges the colored ring encircling the central hexagon. This ring decays continuously in real time.
- The High-Yield Risk: Clearing three blocks extends the timer briefly; building a 5-block stack and clearing it in one rotation awards an exponential score multiplier.
- The Pivot Decision: Early in a run, always hoard color stacks to bank multi-clears. Once the spawn velocity surpasses 120 blocks per minute, abandon multi-clears and switch to immediate three-block maintenance clears.
Strategic Habits for High-Score Runs
- Focus on the Emptiest Facet: The natural human instinct is to watch the tallest, most dangerous stack. However, unmonitored empty sides frequently catch stray high-speed blocks that obstruct clean color sequences.
- Active Down-Arrow Placement: Never wait for a block to drift passively. Use the Down Arrow to commit blocks instantly, allowing you to reposition the board for incoming threats from opposite vectors.
Technical & Source Transparency
This build is deployed directly from the canonical Hextris GitHub repository. All third-party analytics beacons, telemetry endpoints, and remote CDN dependencies have been excised. The game operates entirely client-side via hardware-accelerated Canvas 2D context.
Hextris: Play Online in Browser (Fast Hexagonal Puzzle, No Download) FAQ
- How does the Hextris combo scoring multiplier work?
- Consecutive block eliminations before the outer perimeter colored countdown expires increment the score multiplier exponentially.
- Can Hextris be played on mobile devices and Chromebooks?
- Yes, touch taps rotate the board left or right, and keyboard arrow keys provide sub-millisecond input handling on Chromebooks.
- Is Hextris open source and ad-free here?
- Yes, licensed under GNU GPL v3, served purely through local static assets with zero tracking.
Source and licence
- Author
- Logan Engstrom, Garrett Finucane and contributors
- Licence
- GPL-3.0
- Upstream repository
- https://github.com/hextris/hextris
Self-hosted from this domain. We never iframe a game from somebody else's server — the files above are served by us, and the licence file ships alongside them.