Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
adding basic README
Browse files Browse the repository at this point in the history
  • Loading branch information
rick committed Jun 25, 2009
1 parent f4fc4df commit d1ba305
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README
@@ -0,0 +1,25 @@
This is archaic-ass bingo-card generation code.

#
# Generate a bingo card from a directory of 95px x 95px images.
#
# Original idea from Planet Socks "Presidential Debate Bingo"
# (http://www.planetsocks.com/bingo.asp)
#
# Rick Bradley (rick@rickbradley.com)
#
# Drop your collection of PNG files in a directory under the bingo root
# directory (defaults to RAILS_ROOT + '/public/images/bingo/'). Call the
# bingo controller with id set to the directory name containing the images
# (so, for "/public/images/bingo/art/" I'd call /bingo/art/ on the URL line.
#
# *.png files are all equally weighted, unless they are named like: foo_#.png,
# in which case the # is a weight for that image.
#


TODO:

- characterization tests for the controller & views
- refactor.
- hamlize the view

0 comments on commit d1ba305

Please sign in to comment.