Skip to content

logar16/MathMaze

Repository files navigation

MathMaze Game

A browser-based game built with React and TypeScript using Vite.

Setup

Install dependencies:

npm install

Development

Run the development server:

npm run dev

This will start the Vite dev server at http://localhost:5173

Build

Build for production:

npm run build

The production build will be in the dist folder.

Preview Production Build

Preview the production build locally:

npm run preview

Project Structure

  • src/ - Source code
    • main.tsx - Entry point
    • App.tsx - Main game component
    • App.css - Game styles
    • index.css - Global styles
  • index.html - HTML template
  • vite.config.ts - Vite configuration
  • tsconfig.json - TypeScript configuration

About

Solve math problems to complete the maze

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published