Redsandy 70beb96f1a Enhance Forest Fortune game with coin flight animations and visual effects
- Introduced `CoinFlight` component for animated coin transitions during wins.
- Updated `ForestFortuneGame` to manage coin spawning and animation logic.
- Added visual effects for win indicators, including toast notifications and spark animations.
- Refactored `WinCounter` to support multiplier animations and float labels.
- Enhanced CSS styles for improved game visuals and animations.
- Implemented utility functions for handling win cell collection and coin spawn generation.
2026-08-13 12:57:59 +03:00

Vyryi Front

React (Vite + TypeScript) Telegram Mini App UI for Vyryi.

Stack

  • React 19 + React Router
  • Local auth via backend POST /auth/dev-login
  • Dark folk visual style matching the project logo

Screens

  1. / — logo + user agreement gate
  2. /home — balance, stub deposit, slot stubs
  3. /games/:slug — game placeholder

Quick start

cd vyryi-front
npm install
copy .env.example .env
npm run dev

Open http://127.0.0.1:5173 — backend must be running on port 8000.

Env

VITE_API_URL=http://127.0.0.1:8000
Description
No description provided
Readme 316 KiB
Languages
TypeScript 78%
CSS 21.6%
HTML 0.4%