Skip to content

Vurctne/hexfall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Hexfall

Turn-based hex strategy. Capture territory, manage economy, outmaneuver opponents.

Live demo: (to be filled in once deployed — see Deploy section)


What it is

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.

Tech

  • 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

How to play locally

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      # Linux

Or serve it for mobile testing:

python -m http.server 8000
# then visit http://localhost:8000/hexfall-standalone-html.html

Controls

  • 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

Screenshots

(to be added — see screenshots/)

Splash Mid-game Capture animation
(pending) (pending) (pending)

Deploy

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

Project status

  • Core game loop
  • Three AI difficulties
  • Tutorial
  • Daily Challenge
  • Async multiplayer
  • Mobile responsive
  • Public deployment URL
  • Screenshots / GIFs for marketing

License

(license to be decided — see PLAN_DECISIONS.md)

About

Made by Vurctne Games. Part of the Vurctne Games catalogue.

About

Turn-based hex strategy game. Single HTML file. Live: vurctne.com/hexfall

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages