BinaryWorlds / jawbreaker-game

Addictive game!

Home Page:https://binaryworlds.github.io/jawbreaker-game/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jawbreaker game with React

Table of Contents

Introduction

  • Click on two or more adjacent balls of the same color.
  • For each group of N balls, you will earn n * (n-1) points.
  • The balls are falling down.
  • When you delete an entire column, the rest will move to the left.

Good luck!

Overview

lighthouse score

Tech

  • React
    • Hooks
    • Redux
  • Canvas
  • Styled Components
  • Service Worker
  • Eslint
  • Prettier

Demo

Play online: https://binaryworlds.github.io/jawbreaker-game/

demo gif

About

Addictive game!

https://binaryworlds.github.io/jawbreaker-game/


Languages

Language:JavaScript 97.8%Language:HTML 2.2%