-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- The three rules of Ruby Quiz: 1. Please do not post any solutions or spoiler discussion for this quiz until 48 hours have elapsed from the time this message was sent. 2. Support Ruby Quiz by submitting ideas and responses as often as you can! Visit: http://rubyquiz.strd6.com/suggestions 3. Enjoy! Suggestion: A [QUIZ] in the subject of emails about the problem helps everyone on Ruby Talk follow the discussion. Please reply to the original quiz message, if you can. RSS Feed: http://rubyquiz.strd6.com/quizzes.rss -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ## Tetris (#210) Здравствуйте еще раз Rubyists, Inspired by the recent 25th anniversary of Tetris[1], this week's quiz is to create a Tetris style game. You may use a graphical framework such as Gosu[2] or Rubygame[3], or even a simple console output. Feel encouraged to share any libraries that you think may be useful. You may find the solutions to last week's quiz will come in handy in your solution to this week's quiz. Have Fun! [1]: http://en.wikipedia.org/wiki/Tetris [2]: http://code.google.com/p/gosu/ [3]: http://rubygame.org/
on 19.06.2009 19:13
on 19.06.2009 20:07
I would recommend looking at using Gamebox. Gamebox sits on top of Rubygame and makes things much easier to get started. As a side note: JamesKilton has already contributed a tetris game in the gamebox examples directory. http://shawn42.github.com/gamebox http://github.com/shawn42/gamebox/tree/master http://gamebox.rubyforge.org/docs/getting_started_rdoc.html I'd love to answer questions or help you get setup using Gamebox. /Shawn 2009/6/19 Daniel Moore <yahivin@gmail.com>
on 20.06.2009 00:31
On Jun 19, 2009, at 12:12 PM, Daniel Moore wrote: > Inspired by the recent 25th anniversary of Tetris[1], this week's quiz > is to create a Tetris style game. I dug around and found an old Ruby implementation I did. It's dated 2004. James Edward Gray II
on 28.06.2009 19:57
Though there were no solutions submitted this week, we learned of gamebox[1] a framework built on top of Rubygame[2] to spring board game development. I would also recommend checking out Gosu[3] as well if you are interested in other game development tools for Ruby. There is also a solution by James Edward Gray II from 2004[4]. [1]: http://github.com/shawn42/gamebox/tree/master [2]: http://rubygame.org/ [3]: http://code.google.com/p/gosu/ [4]: http://osdir.com/ml/lang.perl.qotw.discuss/2004-09/msg00138.html