/vim_snake

HTML5 Snake Game

Primary LanguageRuby

#HTML5 Snake Game ##Play Now! http://vimsnake.com

###Hone your vim navigation skillz!

###Sign in with twitter to save your score for official bragging rights.

Make your Vim snake eat the food to increase your score.

You can only eat food while INSERT mode is on.

You cannot change direction while INSERT mode is on

Controls:

  • Left: h
  • Down: j
  • Up: k
  • Right: l
  • Insert mode: i
  • Normal mode: esc, ctrl+[

##Technologies used:

  • HTML5 canvas
  • Sinatra with postgres DB for users
  • Twitter OAuth

Built in 1 day!

Started with this snake tutorial, then extended it with additional game features, twitter login, persisted scores and Sinatra/Postgres backend.