Skip to content

luozhy/vim_snake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 60.0%
  • JavaScript 20.2%
  • HTML 16.2%
  • CSS 3.6%