From c94d3221f1b2b673c74fa7a3299e7c28854ecc8b Mon Sep 17 00:00:00 2001 From: metamaxxx <130321419+metamaxxx@users.noreply.github.com> Date: Wed, 12 Mar 2025 16:39:05 +0300 Subject: [PATCH] SUBMISSION.md # 2048 Game Submission ## Project Repository https://github.com/metamaxxx/Monad-2048 ## Demo https://playmonad2048.vercel.app/ ## Description A blockchain-integrated version of the classic 2048 game built on Monad. Players can connect their wallets, play the classic tile-matching gameplay, and save their scores on the blockchain. ## Technical Details - Built with React, TypeScript, and Vite - Uses Chakra UI for modern, responsive design - Integrates with Monad blockchain for score storage - Implements wallet connection functionality --- games/2048/SUBMISSION.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 games/2048/SUBMISSION.md diff --git a/games/2048/SUBMISSION.md b/games/2048/SUBMISSION.md new file mode 100644 index 0000000..8574c85 --- /dev/null +++ b/games/2048/SUBMISSION.md @@ -0,0 +1,16 @@ +# 2048 Game Submission + +## Project Repository +https://github.com/metamaxxx/Monad-2048 + +## Demo +https://playmonad2048.vercel.app/ + +## Description +A blockchain-integrated version of the classic 2048 game built on Monad. Players can connect their wallets, play the classic tile-matching gameplay, and save their scores on the blockchain. + +## Technical Details +- Built with React, TypeScript, and Vite +- Uses Chakra UI for modern, responsive design +- Integrates with Monad blockchain for score storage +- Implements wallet connection functionality