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
- Host: GitHub
- URL: https://github.com/klpod221/2048
- Owner: klpod221
- Created: 2023-08-28T06:53:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-01T05:53:08.000Z (9 months ago)
- Last Synced: 2025-03-24T08:06:13.573Z (about 1 month ago)
- Topics: 2048, 2048-clone, 2048-game, react, typescript
- Language: TypeScript
- Homepage: https://klpod221.com/2048/
- Size: 422 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```