robcarrington / vimsnake

A version of snake that teaches you Vim directional keys, built in Elm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vimsnake

Vimsnake is a simple game for practicing your Vim directional skills, written in Elm. It works just like the game of Snake you played on your old phone, where you try to eat the food without running into walls or yourself. The only difference is that the directional arrows are mapped as follows:

Left: h Down: j Up: k Right: l

You can play Vimsnake in your browser here

About

A version of snake that teaches you Vim directional keys, built in Elm.


Languages

Language:HTML 96.8%Language:Elm 3.2%