Skip to content

learning ruby through making a snake console game. using curses library

Notifications You must be signed in to change notification settings

kirka121/Snake-with-ruby-curses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 

Repository files navigation

Snake - the traditional way

written in ruby, just for fun. demonstrates ease and pleasure of use of ruby. utilizes Curses ASCII terminal graphics library

in future:

  • add color
  • add levels
  • add highscore

dependency:

  • tested on ubuntu 10.04 - 13.04 with ruby 1.9.3 - 2.0
  • Curses gem needs to be installed; sudo gem install Curses

no other platforms currently supported.

maybe.

About

learning ruby through making a snake console game. using curses library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages