An open API service indexing awesome lists of open source software.

https://github.com/klpod221/2048

// Clone of 2048 classic game
https://github.com/klpod221/2048

2048 2048-clone 2048-game react typescript

Last synced: 18 days ago
JSON representation

// Clone of 2048 classic game

Awesome Lists containing this project

README

        

# Game 2048

This version of the 2048 game is insipired by the original [play2048](https://play2048.co/.)

## Build with

- [React.js](https://reactjs.org/)
- [Typescript](https://www.typescriptlang.org/)
- [Create React App](https://create-react-app.dev/)

### Getting Started

To get a local copy up and running follow these simple example steps:

- Install NPM packages

```sh
yarn install
```

- Run the app

```sh
yarn start
```