Skip to content

Instantly share code, notes, and snippets.

View uttammanher's full-sized avatar

Uttam Prakash Manher uttammanher

View GitHub Profile
@uttammanher
uttammanher / tetris.rb
Created July 11, 2018 11:56 — forked from kzar/tetris.rb
Tetris in Ruby (Dave's first Ruby program)
#!/usr/bin/env ruby
# Dave's Tetris clone, Dave Barker 2010
# (Requires rubygame, rsdl, sdl, sdl_graphics, sdl_ttf and ruby >= 1.9)
# (Make sure you put Chalkduster.ttf if working directory)
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or