tpavlek / Jeopardy

A PHP/Javascript implementation of the Jeopardy! game
41 stars 15 forks source link

Media Clues #12

Open tpavlek opened 9 years ago

tpavlek commented 9 years ago

Pictures/gif/Video/audio clues need to be implemented.

It's uncertain at this point how those would interact with JSON/filepaths,etc.

cshape commented 2 years ago

I've implemented this in my fork of your repo here (support for img, mp4, and mp3 files).

Let me know if you're interested and I can submit a PR.