Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paradite/2048
:two: 2048 game with an auto solver
https://github.com/paradite/2048
2048 2048-ai 2048-solver solver
Last synced: 2 months ago
JSON representation
:two: 2048 game with an auto solver
- Host: GitHub
- URL: https://github.com/paradite/2048
- Owner: paradite
- Created: 2020-05-02T11:09:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T17:44:20.000Z (almost 2 years ago)
- Last Synced: 2024-10-26T14:53:01.766Z (2 months ago)
- Topics: 2048, 2048-ai, 2048-solver, solver
- Language: JavaScript
- Homepage: https://paradite.github.io/2048/
- Size: 3 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2048
Live at [https://paradite.github.io/2048/](https://paradite.github.io/2048/)
## TODO
UI
- [x] Movement animations
- [x] New cell spawn animationsLogic
- [ ] More idiomatic use of vue.js
- [ ] Better OOP
- [ ] Better AI solver
- [ ] Ability to change auto solve speed## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run dev
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).