Skip to content

BinaryWorlds/jawbreaker-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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