Monake is a decentralized Snake game originally built for the Monad testnet. It features a daily prize pool and an on-chain leaderboard where players compete for the highest score.
- Classic Snake gameplay
- Daily prize pool system
- On-chain leaderboard
- Monad testnet integration
- Smart Contracts: Solidity
- Blockchain: Monad Testnet
- Frontend: Next.js
- Backend: Redis
- Node.js
- Redis server
Clone the repository and install dependencies:
git clone https://github.com/GamerJagdish/Monake.git
cd Monake
yarn installConfigure the environment:
cp .env.example .env.localStart the application:
yarn run dev- Connect your Monad testnet wallet.
- Enter the game lobby.
- SWIPE SWIPE SWIPE to achieve the highest score.
- Scores are recorded on the blockchain.
This game was developed for a testnet that is no longer active. Consequently, score submission and leaderboard functionality are currently unavailable. There are no plans to launch on mainnet at this time. The game itself can still be played locally without these features.