- This is a responsive of 2048 game using HTML, CSS and JavaScript.
- Link: https://nguyencatnguyen.github.io/Game-2048/
- Create a HTML file
- Setup the HTML file
- Add reference to the CSS file and JavaScript file
- Create a CSS file
- Setup the box style, border and background color
- Giving each number a different color
- Setup the font size and font family
- Create a JavaScript file
- Setup the game board
- Setup the game pieces
- Setup the game logic