Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 animations

Logic

- [ ] 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/).