MicroMatch is a fast-paced puzzle duel game built on Linera Protocol microchains.
- Multiplayer puzzle duels
- Scoreboard with player vs opponent
- End-of-game dialog with final results
- Linera smart contract (placeholder)
- Unzip and go to
frontend/ - Open
index.htmlto play
- Install Linera CLI.
- Run
scripts/deploy.shto build and deploy the contract. - Update
frontend/script.jsto connect real RPC calls withapp_id.jsonandservice_id.json.
Host the frontend/ directory on GitHub Pages:
# After pushing to GitHub
# Repo root contains frontend folder
# In GitHub settings, set Pages source to /frontendLive link: https://<username>.github.io/micromatch/