jepurdee
A full featured clone of a quiz show game. Made for family gatherings, meetups, business meetings, educational use, and more.
Development Notes
Picture Image Class Idea
When adding an image to an answer, there is some information that needs to be saved. This is done in order to successfully export the image along with the game JSON.
For this reason, I am thinking I should create an image class.
Class Image {
this.type: 'png';
this.name: '03';
this.url: 'blob:http://localhost:8080/38a653ba-0ed5-49af-97b1-3f3ba6fd208a'
}
Image Creation (via AnswerEditor)
Image Loading (via Answer)
Importing (via ImportGameBadge)
Exporting (via GameBadge)