Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 418 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 418 Bytes

Pixelverse

This project implements the games shown in the following course with React and TypeScript instead of vanilla JavaScript:

Games

  • Rock Paper Scissors
  • Memory Game
  • Whac-a-mole
  • Breakout
  • Frogger
  • Connect Four
  • Space Invaders

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev