2048 Game
2048 Game
When Addictive fun meets Brain-boosting Gameplay!
When Addictive fun meets Brain-boosting Gameplay!
Main Tech Stack: React and Firebase Real-time Database
Visit game at https://nidazaki.github.io/2048-React/
Architecture Diagam
App.js
Parent Component that holds Board and Slider component.
Communicates with Firebase real-time database to send scores and calculate live percentile.
Board.js
Renders 4 X 4 Tile component, Modal to display game instructions and communicate score data to parent component (App.js)
Business logic to handle triggering Game Over, Undo feature and restart game.