Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.08 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.08 KB

Memory Master

Memory Master is a Concentration card game.

Play the game on https://memory-master.web-apps.top

MemoryMaster-1.0.0

Memory Master 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 Memory Master via the nix flake

Run from the nix flake:

nix run github:web-apps-lab/MemoryMaster
firefox https://127.0.0.1:8085

Or from the local checkout

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

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:8085

# Run your code editor in the nix shell
code .