luozhy / vim_snake

HTML5 Snake Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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.

About

HTML5 Snake Game


Languages

Language:Ruby 60.0%Language:JavaScript 20.2%Language:HTML 16.2%Language:CSS 3.6%