A downloadable game for Windows and Linux

maybe get better at Vim with this terminal game.

resize the level by resizing your terminal.

kill bad guys by pressing x on them.

motions

h - left
l - right
k - up
j - down (it helps to think of j as a down arrow)

gg - go to first line
G - go to last line
0 - jump to 0th char in the line
^ - jump to first non-blank char in the line
$ - jump to last char in line

x - delete char under cursor

:q<ENTER> - quit
<ESC> - clear motion buffer

repeat motions

you can combine a number with a motion. e.g. 3j will go down 3 lines. This is helpful when traversing long distances.

made for the So Bad It's Good Game Jam 2024
src code on codeberg

Download

Download
vimim 4.3 MB
Download
vimim.exe 6.7 MB

Install instructions

download it and run it in your terminal :)

Leave a comment

Log in with itch.io to leave a comment.