Check out a full writeup of how we built this here.
Credits: 2048
Monad 2048
is a fully on-chain game implementation of the popular sliding puzzle game 2048. This game connects with a smart contract
on Monad testnet and records every game and every move on-chain.
Clone the repo and run the following to install dependencies:
bun install
Set the environment variables in your .env.local
file (see .env.local.example
). Then run the following to run the game locally:
bun dev
Please open issues or PRs on this repository for any feedback.