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

https://github.com/wsdjeg/vim2048

2048 in vim
https://github.com/wsdjeg/vim2048

Last synced: 6 months ago
JSON representation

2048 in vim

Awesome Lists containing this project

README

          

# 2048.vim
> 2048 in vim

[![](https://spacevim.org/img/build-with-SpaceVim.svg)](https://spacevim.org)

## Install

this plugin is based of SpaceVim's API, you need to install SpaceVim.

1. load the game layer:

```viml
call SpaceVim#layers#load('games')
```

2. and run the game by pressing ` g 2`.

## screenshot

![2017-05-04-00 29 59](https://cloud.githubusercontent.com/assets/13142418/25671079/66354112-3061-11e7-9e16-676bf891ee1a.png)