An innovative real-time trivia game platform for the SHED LED display
Participate in live trivia games with instant feedback and dynamic question display on the SHED LED screen.
Create an interactive experience that brings together the SHED community through friendly competition.
Track rankings and scores in real-time, displayed prominently on the SHED screen for all to see.
The initial version was built using HTML, CSS, and Vanilla JS, focusing on core functionality and user interaction. This prototype helped validate the concept and demonstrate its feasibility.
app.get("/", (req, res) => {
res.sendFile(__dirname + "/files/index.html")
})
The Express server setup allowed for simple HTML file serving, establishing the foundation for future development.
This is an open-source project and we welcome contributions from the community.