Skip to content

Another Snake Game clone! ~150 lines of code in Ruby.

Notifications You must be signed in to change notification settings

marcoscannabrava/snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

Launch the game with:

ruby game.rb

Instructions to Code the Snake Game from Scratch

Dependencies:

sudo apt-get update
sudo apt-get install build-essential libsdl2-dev libsdl2-ttf-dev\
  libpango1.0-dev libgl1-mesa-dev libfreeimage-dev libopenal-dev\
  libsndfile-dev libmpg123-dev
gem install gosu

Read the Gosu tutorial!

About

Another Snake Game clone! ~150 lines of code in Ruby.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages