Skip to content

neilhsmith/react-2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React 2048

A game of 2048 built with React, TypeScript and Styled Components.

Demo

Todo

  • animations not working when cells combine
  • cells don't move all the way when multiple cells combine
  • fade in / fade out animations when cells are created/destroyed
  • cells are combining multiple times in a single pass
    • wrong 2, 2, 2, 2 => 0, 0, 0, 8
    • right 2, 2, 2, 2 => 0, 0, 4, 4
  • add win condition
  • keep track of score & high score
  • add move timer
    • a 3 - 5 second timer which adds a random cell to the board if a move is not made before the timer runs out

About

A 2048 game built with React / TypeScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published