项目作者: marcoscannabrava

项目描述 :
Another Snake Game clone! ~150 lines of code in Ruby.
高级语言: Ruby
项目地址: git://github.com/marcoscannabrava/snake-game.git
创建时间: 2020-03-17T13:40:19Z
项目社区:https://github.com/marcoscannabrava/snake-game

开源协议:

下载


Demo Video

Instructions

Launch the game with:

  1. ruby game.rb

Instructions to Code the Snake Game from Scratch

Dependencies:

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

Read the Gosu tutorial!