This is a modified clone of the game 2048, which can be seen here: 2048! This project is built using React, Typescript, and Sass. This also gave me an excuse to give recoil a try for managing theme state, which is persisted with localstorage.
Thanks hFriedman13, for your collaboration in theming and testing! ❤️
Get a taste of that puzzling goodness, here!
Please consider pulling the repo or downloading the project as a zip! To run locally please use a terminal and navigate to the project directory.
- run:
npm install
to install dependancies - run:
npm start
to start the project.
Mobile versions of the app were made (with minimal configuration/adjustments) using Capacitor.
- Chrome on IOS mobile *sometimes does not play sliding transitions.