Skip to content

Daniilkaaaa/2048-part1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048 Game

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.

Getting Started

Playing with Highscore Tracking

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

Playing without Highscore Tracking

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published