Another Snake Game clone! ~150 lines of code in Ruby.
Launch the game with:
ruby game.rb
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!