Skip to content

pi02gi/2048-frontend

 
 

Repository files navigation

Monad 2048 Frontend

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.

Development

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

Feedback

Please open issues or PRs on this repositories for any feedback.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 98.3%
  • Other 1.7%