# I'm creating a vim-tetris game

That's it. You can control the game using Vim directional keys (H, J, K, L). It's implemented with vanilla JavaScript using the amazing [p5.js library](https://p5js.org/).

It's still a work in progress. There are some bugs that I need to fix. Also, I need to add the points system and the difficult incrementation. I'm going to keep this post updated with the most recent version =)

Here's a preview:

%[https://stackblitz.com/edit/web-platform-a9rsfg?embed=1&file=sketch.js&hideDevTools=1&theme=dark&view=preview] 

[Check it on my Github](https://github.com/gustavolopess/vim-tetris).
