Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.15 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.15 KB

Twenty48

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! ❤️

Demo

Get a taste of that puzzling goodness, here!


Installation

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.

  1. run: npm install to install dependancies
  2. run: npm start to start the project.

Mobile Releases

Mobile versions of the app were made (with minimal configuration/adjustments) using Capacitor.

Known Issues

  • Chrome on IOS mobile *sometimes does not play sliding transitions.