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

https://github.com/sakan811/gachascope

Evaluate the cost-effectiveness of various in-app purchase bundles available in gacha games.
https://github.com/sakan811/gachascope

data data-analysis data-visualization game honkai honkai-star-rail honkai-starrail hoyoverse javascript nextjs tableau tableau-public typescript wutheringwaves

Last synced: about 2 months ago
JSON representation

Evaluate the cost-effectiveness of various in-app purchase bundles available in gacha games.

Awesome Lists containing this project

README

          

# GachaScope

A comprehensive web application for analyzing cost-effectiveness of in-app purchase bundles in gacha games

## Supported Games

- **Honkai: Star Rail**
- **Wuthering Waves**
- **Zenless Zone Zero**
- **Umamusume: Pretty Derby (Global)**

## Features

- **Package Analysis**: Compare value of different stellar jade and oneiric shard purchase packages
- **Battle Pass Analysis**: Evaluate battle pass cost-effectiveness
- **Subscription Analysis**: Compare monthly subscription options
- **Interactive Charts**: Visual representations of value analysis
- **Responsive Design**: Works on desktop and mobile devices

## Status

[![Web App Test](https://github.com/sakan811/GachaScope/actions/workflows/webpage-test.yml/badge.svg)](https://github.com/sakan811/GachaScope/actions/workflows/webpage-test.yml)

## Web App

**Access the app**:

## For Developers

### Local Setup

```bash
# Clone the repository
git clone https://github.com/sakan811/GachaScope.git
cd GachaScope

# Install pnpm if you don't have it: https://pnpm.io/installation
# Install dependencies
pnpm install

# Start development server
pnpm dev
```