Making Games With Ruby – Episode 9 Written

Episode nine of the Making Games With Ruby series, Game States (Title, About, and Pause), is finally written! This episode has us implementing game states, which lays the foundation for our Pause, Title, and About screens, which we also implement in this episode. You can read it here: http://devel.manwithcode.com/making-games-with-ruby.html#7

This one is probably the longest episode in the entire series (at least so far), which is why it’s taken me a bit longer to finish. (I’m still not 100% sure I’ve caught every mistake, so if you see any code errors or script typos, don’t hesitate to email me, or leave a comment here).

Enjoy! 🙂

– Tyler