An open API service indexing awesome lists of open source software.

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

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.