Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

DiatomEnterprises/ruby_snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ruby_snake

Snake game on ruby

asciicast

Snake's movement is
[0, 1][0, 2][0, 3][0, 4]............
....................................
then it's
......[0, 2][0, 3][0, 4]............
..................[1, 4]............
and then it's
............[0, 3][0, 4]............
..................[1, 4][1, 5]......

Check out my blog article! http://blog.diatomenterprises.com/?p=342&preview=true

About

Snake game on ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages