Skip to content

boldhab/Games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collection of Games

A React + Vite arcade featuring several classic mini‑games with a shared scoreboard stored in localStorage.

Games Included

  • Memory Match
  • Snake
  • Minesweeper
  • Dino Jump
  • Breakout
  • Rock Paper Scissors
  • 2048

Features

  • Single‑page navigation between games
  • Persistent scores and best results (localStorage)
  • Responsive, lightweight UI

Tech Stack

  • React 19
  • Vite 7
  • ESLint 9

Getting Started

Prerequisites

  • Node.js 18+ recommended

Install

npm install

Run in Development

npm run dev

Build for Production

npm run build

Preview Production Build

npm run preview

Lint

npm run lint

Project Structure

src/
	components/   Reusable UI components
	pages/        Individual game pages + scoreboard
	styles/       Game and global styles

Scoreboard

Scores are saved locally in the browser. Use the Scoreboard page to view results or clear all stored scores.

Developed by Habtamu Befekadu (bold hab)

About

Collection of Games A React + Vite arcade featuring several classic mini‑games with a shared scoreboard stored in localStorage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors