/DR_Snake_Tutorial

A Snake Game tutorial in Dragon Ruby

Primary LanguageRubyMIT LicenseMIT

DR_Snake_Tutorial

A Snake Game tutorial in Dragon Ruby (The No-Objects Version)

Tutorial Chapters

  • Part 0 - Setting Up
  • Part 1 - Drawing The Background
  • Part 2 - Drawing The Snake
  • Part 3 - Keyboard Input
  • Part 4 - Collisions
  • Part 5 - Something To Eat
  • Part 6 - A Growing Snake
  • Part 7 - Keeping Score
  • Part 8 - More Mechanics
  • Part 9 - Publishing