Run the game locally:
npm start
Run the tests:
npm test
# or in watcher mode
npm run test:watch
You can use your keyboard arrows to play the game!
- Handle mobile players (responsiveness + swipe motions)
- Better design
- Fix score computation?
- Animations
- Cancel move?