This is a simple web-based version of the popular 2D sliding tile app, 2048. This game was an introduction for me to Node.js.
To play 2048 on your machine with highscores, you must have Node.js installed. If you do not, visit the NodeJS website to download.
Then clone the repo to your computer:
git clone https://github.com/bradymadden97/2048-game
Now open a local Node server on your machine with the command:
node server.js
Open a web browser and enter the following into the navigation bar:
localhost:8080
To play locally without highscore tracking, first clone the repo to your computer:
git clone https://github.com/bradymadden97/2048-game
Open a web browser and navigate to the index.html page in your filesystem
Good luck and enjoy!