https://github.com/kavorix/telegram-mini-app-game
Telegram mini app game - crazy rush heroes
https://github.com/kavorix/telegram-mini-app-game
game telegram-mini-app
Last synced: 6 months ago
JSON representation
Telegram mini app game - crazy rush heroes
- Host: GitHub
- URL: https://github.com/kavorix/telegram-mini-app-game
- Owner: Kavorix
- Created: 2024-11-27T11:49:03.000Z (11 months ago)
- Default Branch: final-version
- Last Pushed: 2024-12-16T16:18:07.000Z (10 months ago)
- Last Synced: 2025-02-14T12:17:09.836Z (8 months ago)
- Topics: game, telegram-mini-app
- Language: TypeScript
- Homepage: https://t.me/crazyrushheroesalphabot
- Size: 841 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Telegram mini app game - crazy rush heroes
Get ready for a heart-pounding, nonstop adventure with Monster Blitz: Arrow Fury, an action-packed Telegram mini-app that challenges your reflexes and strategy! Shoot arrows, trigger explosive chain reactions, and plow through waves of malicious monsters while collecting loot and powering up.
## Getting Started
To get started with either the initial setup or the final version, follow these instructions:
### Cloning the Repository
1. **Clone the Repository**:
```bash
git clone https://github.com/kavorix/telegram-mini-app-game.git
cd telegram-mini-app-game
```### Initial Setup
2. **Switch to the `initial-setup` Branch**:
```bash
git checkout initial-setup
```3. **Install Dependencies**:
```bash
npm install
```4. **Run the Development Server**:
```bash
npm run dev
```5. **Open Your Browser**:
Navigate to localhost to see the initial setup.
### Final Version
2. **Switch to the `final-version` Branch**:
```bash
git checkout final-version
```3. **Install Dependencies**:
```bash
npm install
```4. **Run the Development Server**:
```bash
npm run dev
```5. **Open Your Browser**:
Navigate to localhost to see the final version of the application.