Skip to content

dmsifu/buzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buzzle

Buzzle is a block puzzle game where you have to slide blocks to match a target pattern. Score enough points to advance into more complex levels! 😏

ezgif-4-bb5d0ca07a

Technologies Used

  • React
  • Redux Toolkit
  • Framer Motion
  • Sass
  • HTML

A few things I learned

  • Creating a store that contains my reducer slice.
  • Creating a Redux Slice which contains initial state of the game along with all the game actions.
  • Understanding how to provide the store to my react application using Provider.
  • Used useSelector and useDispatch to select my state and actions.
  • Mixins using Sass
  • @use to import any Mixins from another file