Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sviridoff/tactical-rpg
🔥🛡️ An attempt to make `Fire Emblem Heroes` clone in JavaScript
https://github.com/sviridoff/tactical-rpg
game reactjs rpg rpg-game tactical tactical-rpg turn-based turnbased
Last synced: 13 days ago
JSON representation
🔥🛡️ An attempt to make `Fire Emblem Heroes` clone in JavaScript
- Host: GitHub
- URL: https://github.com/sviridoff/tactical-rpg
- Owner: sviridoff
- Created: 2018-04-20T20:14:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-07T21:21:03.000Z (about 3 years ago)
- Last Synced: 2024-10-04T12:55:03.815Z (about 1 month ago)
- Topics: game, reactjs, rpg, rpg-game, tactical, tactical-rpg, turn-based, turnbased
- Language: TypeScript
- Homepage: https://sviridoff.github.io/tactical-rpg
- Size: 758 KB
- Stars: 26
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tactical-rpg
An attempt to make `Fire Emblem Heroes` clone in Javascript.
The demo is available here https://sviridoff.github.io/tactical-rpg
## Installation
```
git clone https://github.com/sviridoff/tactical-rpg.git
cd tactical-rpg
npm install
npm run build
```## Development mode
```
npm run develop
```It should start the application in the following url: http://localhost:8080/
## Build docs pages
```
npm run docs
```