Start dev server on localhost:
- clone
npm install
npm run dev
- Fully-functional 2048 game clone
- Animations
- Next.js + React for building UI out of components
- TypeScript for ensuring a self-documenting & type-safe codebase
- React Context API for handling app state management
- Module CSS for responsive design with animations
- Jest for implementing unit testing
- lodash for creating tiles movements helper functions
npm run test
npm run test-coverage
Created by Jayden Nguyen. Based on the original Gameplay 2048!