Skip to content

HazardHunter is a mini web game based on the legendary Minesweeper game's logic.

License

Notifications You must be signed in to change notification settings

web-apps-lab/HazardHunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hazard Hunter

Hazard Hunter is a MineSweeper like game.

Play the game on https://hazard-hunter.web-apps.top

HazardHunter-1.0.0

HH is built on top of ButlerOS.

The game state is managed server side, the game UI is built server side too and the client's display (browser) leverages hypermedia via htmx.

Start Hazard Hunter via the nix flake

Run from the nix flake:

nix run github:web-apps-lab/HazardHunter
firefox https://127.0.0.1:8080

Or from the local checkout

nix run .#
firefox https://127.0.0.1:8080

Hack on the code

# Enter the nix develop shell
nix develop

# Start ghicd with
bin/run-ghcid

# Open the browser to get interactive feedback
firefox https://127.0.0.1:8080

# Run your code editor in the nix shell
code .

About

HazardHunter is a mini web game based on the legendary Minesweeper game's logic.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published