/2048

Remake of the famous 2048 mobile game in TDD

Primary LanguageTypeScript

2048 mobile game remake

Netlify Status

Linter

Test

Typecheck

Install

Run the game locally:

npm start

Run the tests:

npm test
# or in watcher mode
npm run test:watch

Enjoy

You can use your keyboard arrows to play the game!

Roadmap

  • Handle mobile players (responsiveness + swipe motions)
  • Better design
  • Fix score computation?
  • Animations
  • Cancel move?