Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 613 Bytes

File metadata and controls

18 lines (11 loc) · 613 Bytes

Lost Seas GitHub Copilot Instructions

Purpose

This file gives GitHub Copilot (and other in-editor agents) concise, project-specific guidance for contributing to LostSeas.

Project overview

  • Framework: Next.js (App Router).
  • Language: TypeScript.
  • Styling: Tailwind CSS with ShadCN UI components.
  • Test runner: Vitest (tests under __tests__/).

Pirate game

This is a pirate style game where you travel from port to port, trading goods and battling other pirates.

Read the GuideContent.tsx file for a detailed overview of the project's features and structure.