A blockchain-powered Whack-a-Mole built with Unity and Dojo on Celestia.
- backend/ – Cairo smart contracts (Dojo)
- unity/ – Unity frontend
- docs/ – Technical documentation
This repo stores Unity asset bundles and other binaries with Git LFS.
brew install git-lfs # or use your package manager
git lfs install # run once- Clone the repository (after installing Git LFS).
- Set up and run the Dojo backend (Dojo).
- Configure and run the Unity client.
- Play the game!
| Area | File |
|---|---|
| Architecture Overview | docs/architecture.md |
| Backend (Dojo) | docs/backend.md |
| Unity Frontend | docs/unity.md |
| Development Workflow | docs/development.md |
Pull requests are welcome! Please ensure any code changes are covered by appropriate docs updates.
This project is built upon the original Whack-A-Mole game created by Firnox. We extend our sincere gratitude for their excellent work which provided the foundation for this blockchain integration demonstration. (original YouTube video)
