Idanbot / bubble-smash

React + Typescript game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bubble Smash

A web-based game created using TypeScript and React.

basic setup includes:

vite, eslint (airbnb style guide), prettier, vitest, testing-library, jest-dom.

Roadmap:

  • basic setup

  • basic game logic

    • game board
    • game bubbles
    • game columns movement
    • game score
    • game over logic (in progress)
    • clean grid should continue the game with new bubbles
  • basic game UI

    • game board
    • game bubbles
    • buttons and score
  • basic game tests

  • add game leaderboards

  • add game settings (light / dark mode, difficulty, etc.)

  • maybe? add game animations

  • maybe? add game sounds

added scripts:

  • 'npm test' - runs tests

how to run locally:

  1. npm install
  2. npm run dev

About

React + Typescript game


Languages

Language:TypeScript 68.0%Language:CSS 27.1%Language:JavaScript 3.3%Language:HTML 1.6%