Skip to content

Commit 159da49

Browse files
committed
chore: fix path for asset
1 parent b53d2d5 commit 159da49

File tree

3 files changed

+10
-1334
lines changed

3 files changed

+10
-1334
lines changed

README.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,20 @@
11
# Elemental Arena
22

3-
A strategic element-based battle game built with React and TypeScript. Players engage in rock-paper-scissors style combat using three elements (Earth, Water, Fire) with mana wagering mechanics and elemental upgrades.
4-
5-
## Core Gameplay
6-
- **Element Combat**: Earth > Water > Fire > Earth cycle
7-
- **Mana System**: Players wager mana in different battle locations (Swamp: 100, Village: 300, Castle: 500)
8-
- **Elemental Protection**: Elementals provide mana protection (Common: 10%, Rare: 20%, Epic: 40%, Immortal: 80%)
9-
- **Progression**: Experience points, levels, achievements, and win streaks
3+
A strategic element-based battle game built with React and TypeScript. Players engage in rock-paper-scissors style combat using three elements (Earth, Water, Fire) with mana wagering mechanics and elemental upgrades
104

115
## Installation & Setup
126

137
```bash
148
npm install
15-
npm start
9+
npm start # Start development server
1610
```
1711

1812
The application will run on `http://localhost:3000`
1913

2014
## Build Commands
2115

22-
```bash
23-
npm start # Start development server
24-
npm test # Run test suite
25-
npm run build # Create production build
26-
npm run release # Deploy to GitHub Pages
27-
```
16+
```bash
17+
npm test # Run test suite
18+
npm run build # Create production build
19+
npm run release # Deploy to GitHub Pages
20+
```

0 commit comments

Comments
 (0)