SeregaSE / 2048

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2048 Clone

Run with

npm i
npm start

TO DO:

  • Score field
  • Best score (local storage)
  • Start game by button
  • Save game (local storage), loading game
  • Cancel turn
  • Sensor events
  • PropTypes
  • Refactoring (repeated code, sagas, components)
  • Tests
  • Optimizing algorithm for 6x6 8x8 fields
  • Field size setting

About

License:MIT License


Languages

Language:JavaScript 98.8%Language:CSS 0.6%Language:HTML 0.6%