dilshod / vimtetris

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VimTetris

A game which helps to get used to vim's arrow keys (h, j, k, l).
Place your right index finger over the J key (it's also responsible for the H key), middle finger over the K key, and the ring finger over the L key.

Building and running:

$ gcc -o vimtetris vimtetris.c
$ ./vimtetris

Screen Shot 2022-05-11 at 12 40 06

About


Languages

Language:C 100.0%