Skip to content

Web3 Implementation of the 2048 Game. It runs on Lisk Sepolia Testnet.

Notifications You must be signed in to change notification settings

jasonyapri/2048-web3-game

Repository files navigation

Introduction

Web3 Game: 2048. Created by Jason Yapri   Web3 Game: 2048. Created by Jason Yapri   Web3 Game: 2048. Created by Jason Yapri   Web3 Game: 2048. Created by Jason Yapri   Web3 Game: 2048. Created by Jason Yapri

Web3 Implementation of the 2048 Game running on Manta Pacific Sepolia Testnet.

The board is shared among all players worldwide. Everyone have the chance to win ETH from the Prize Pool once you reach a certain number for the first time!

👉 Try it now 👈

Getting Started

Smart Contract

forge test -vv

forge script script/Web3Game2048.s.sol:Web3Game2048Script --broadcast --verify
  1. Run the test to make sure it all passed
  2. Create .env file based on .env.sample
  3. Deploy the solidity smart contract using the script

Frontend

First, open frontend folder and run the development server:

cd frontend

Setup `.env` from `.env.sample`

npm run dev

npm run build

npm run start

Open http://localhost:3000 with your browser to see the result.

Author

Name: Jason Yapri

Website: https://jasonyapri.com

LinkedIn: https://linkedin.com/in/jasonyapri/

About

Web3 Implementation of the 2048 Game. It runs on Lisk Sepolia Testnet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published