https://github.com/tydev01/d_arena
A Decentralized gaming platform where players stake assets to engage in competitive real-time games.
https://github.com/tydev01/d_arena
Last synced: 8 months ago
JSON representation
A Decentralized gaming platform where players stake assets to engage in competitive real-time games.
- Host: GitHub
- URL: https://github.com/tydev01/d_arena
- Owner: TYDev01
- Created: 2025-06-07T20:46:57.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-06-29T08:23:37.000Z (9 months ago)
- Last Synced: 2025-06-29T08:31:14.350Z (9 months ago)
- Language: CSS
- Size: 582 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# D_Arena 🏟️
D_Arena. A skill-based gaming platform built on the Lisk network. Focused on accessibility, it offers familiar games like checkers and Ayo, with integrated staking for both players and spectators.
---
### **Live Demo**
👉 https://d-arena.onrender.com/
## **How to Play**
-- Click on https://d-arena.onrender.com to launch the game.
-- Connect your wallet using metamask
-- Click on ``create game``
-- Enter you name
-- Enter the amount of LSK to stake
-- Wait for your opponent to join, then enjoy the game
## 🚀 **Deployment**
### **How to Deploy**
1. **Prerequisites**:
- React,js
- Node.js (v18+)
- yarn
2. **Steps**:
```bash
# Clone the repo
git clone https://github.com/TYDev01/D_Arena.git
cd D_Arena
# Install dependencies
npm install
# Configure environment variables (create a .env file)
cp .env.example .env # Edit with your API keys/secrets
# Run locally
npm run dev
# Build for production
npm run build