Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ An attempt at making a spot it like game where you can provide your own text or

This is pretty quick and dirty (ok, quick === a whole weekend). I played the spot-it game and thought it would be fun to use my own images, family images, etc. I found a few Stack Overflow articles talking about the logic, but it was all way beyond me. Found another site that listed out the results of the confusing logic as to how many items were needed, how many cards would be as a result, and what items went on what cards. I figured I could set up some logic to output that to a page. That became a quick and dirty game, then dynamically entereing content, then saving content, etc.

I don't pretend to think this code is bulletproof, good, or otherwise. But it serves its purpose in that it takes data and creates cards for printing out. Hopefully others find it useful as well.
I don't pretend to think this code is bulletproof, good, or otherwise. But it serves its purpose in that it takes data and creates cards for printing out. Hopefully others find it useful as well.

#### Try it [here](http://aaronbarker.net/spot-it/spot-it.html)