Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md - add link #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
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)