Man With Code 👨‍💻

In which I occasionally teach you things.

Tag: setup rubygame windows mac linux

Making Games with Ruby Ep. 2 - Setup

Series: Making Games With Ruby

Windows: [source language="plain"] gem install rubygame [/source] Mac: Linux: [source language="plain"] sudo apt-get install -y libsdl1.2debian libsdl1.2-dev libsdl-image1.2 libsdl-image1.2-dev libsdl-ttf2.0-0 libsdl-ttf2.0-dev libsdl-mixer1.2 libsdl-mixer1.2-dev libsdl-gfx1.2-4 libsdl-gfx1.2-dev sudo gem install rubygame [/source] Links: Covered in This Episode:
  • How to get set up for this series on Windows, Mac, and Linux
Keep reading...