Turn-based hex strategy. Capture territory, manage economy, outmaneuver opponents.
Live demo: (to be filled in once deployed — see Deploy section)
Hexfall is a single-file, browser-native turn-based strategy game on a hex grid. One HTML file, no build step, no backend — opens in any modern browser and starts playing.
Modes:
- Solo vs AI — three difficulty bots
- Async multiplayer — share a game link, take turns at your own pace
- Daily Challenge — same seed for everyone, daily
Mechanics: capture neutral tiles, merge adjacent groups for bonus, contest enemy territory, manage a per-turn economy. Built-in interactive tutorial.
- Single HTML file (
hexfall-standalone-html.html), ~2,100 lines - React 18 + Tailwind via CDN, JSX compiled at runtime by
@babel/standalone - Zero dependencies, zero build step — drop the file on any static host
- Mobile-first responsive (viewport-locked, dvh units, no overscroll)
- Fully self-contained: no analytics, no external API calls, no fonts
Just open the file:
# from this directory:
start hexfall-standalone-html.html # Windows
open hexfall-standalone-html.html # macOS
xdg-open hexfall-standalone-html.html # LinuxOr serve it for mobile testing:
python -m http.server 8000
# then visit http://localhost:8000/hexfall-standalone-html.html- Tap / click a tile to select or capture
- Long-press for tile info
- Pinch / scroll wheel to zoom (mobile / desktop)
- Drag to pan
- All UI is in-game — no keyboard shortcuts required
(to be added — see screenshots/)
| Splash | Mid-game | Capture animation |
|---|---|---|
| (pending) | (pending) | (pending) |
Already wired into the Vurctne Games site at /hexfall/. The standalone file can also be hosted anywhere static:
- Cloudflare Pages: drop into
public/, point Pages at the directory - GitHub Pages: same — single file, no config
- Any CDN: same
- Core game loop
- Three AI difficulties
- Tutorial
- Daily Challenge
- Async multiplayer
- Mobile responsive
- Public deployment URL
- Screenshots / GIFs for marketing
(license to be decided — see PLAN_DECISIONS.md)
Made by Vurctne Games. Part of the Vurctne Games catalogue.