/2048-mini-game

Implementation of the 2048 game, using React & Redux

Primary LanguageJavaScript

2048-mini-game Implementation of the 2048 game, using React & Redux

Demo URL: http://2048.bill.develop.c-137.live/

Components

App

Modal

The modal window that pops-up on the start of the game and when the game is halted

Scoreboard

The white frame that displays the score of the current user as well as the previous highest scores

Tiles

The frame that contains the visualization and the mechanics of the actual game

Tile

One of the tiles that the game contains.

This project was bootstrapped with Create React App.

Setting up

In the project directory, you should run:

npm install

Then you have to turn the scss to css.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test