A specialized utility for players of Corvus Belli's Infinity N5. This application provides a streamlined game sequence tracker and a quick reference for common skills and AROs, directly linked to the official wiki.
- Git workflow (feature branches, conventional commits)
- Required tooling (
bunonly - not npm/yarn) - Component architecture standards
- Tech stack details
- User Manual - How to use the application during a game.
- Missions Development Guide - How to update scenario data and scoring logic.
- Deployment Guide - Technical instructions for hosting the app.
- Project Guidelines - Coding standards and architecture.
- Infinity Game Flow: A step-by-step checklist for the N5 game sequence, from scenario selection to final scoring.
- Turn Reference: Categorized quick-links for Movement, Combat, Technical actions, and AROs.
- Official Wiki Integration: All skills link directly to the relevant entries in the Infinity the Wiki for fast rules verification.
- Premium UI: Built with a sleek, modern aesthetic using React, Vite, and shadcn/ui.
To run this project locally, you will need Bun installed.
-
Install dependencies:
bun install
-
Run the development server:
bun run dev
-
Open the app: Navigate to
http://localhost:5173/in your browser.
Note: This is a community-made tool and is not affiliated with Corvus Belli.