-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
A non-tech expert way to run this game? #11
Comments
Hey @jurislancaster, Up to now, there is not a non-tech tutorial on how to set it up and get it running. A challenge would be to know at which level to start/which level we assume the reader is having. Here, you can help. Another question: And do you create/plan to rebuild the buzzers as well? |
Hey Andy! Thanks for the reply! So, I’m a true beginner. I’ve fiddled with code, sometimes just to see what would change. Such codes I’ve only ever looked at is C# or HTML. I’ve been looking over the entire internet for a program like this that you’ve created. From my limited understanding, I would need to create a local server, I have no “clue” how to do that. (Jeopardy pun intended). I don’t understand how to install these “dependencies”. ... Like I said, the farthest I’ve gotten with your readme, was downloading and installing node.js Right now, I’m in the middle of a project to create physical Jeopardy signaling devices, that I would love to use with your program. I was planning to hook up my Jeopardy buttons with a USB joystick board from Amazon. — I have a program that will let me turn the player presses into keystrokes. I’d like to imitate the show as close as possible. But, I can’t have a show, if I can’t operate the software, because I don’t have the knowledge to even open the software. If you can help, that would be great. I understand that you might have time restrictions. Thank you in advance! Juris |
hey @jurislancaster, sorry for the late reply. A lot of things to do here on my side. I do not have time to write a detailed guide, but maybe this will help you a bit: A description on how I did it. I had a Raspberry pi with a standard Raspbian installation. Side note: Please take in mind that this websocket-server works with my custom Raspberry Pi hat (see on how to build the hat or the buzzers. What does the websocket-tool do? About Jeopardy:
This starts the Jeopardy game and provides a webserver. Now you can connect with a laptop (in the same network as the Raspberry Pi), connect the laptop to a projector and start playing. Does this help you a bit? |
Hey Andy! That does help. I didn’t realize I needed a Raspberry Pi. Makes sense now. Thank you for your understanding. I was attempting to use a joystick to usb for my buzzer buttons. Essentially keyboard presses, but that would only work for this program if it recognized the key press. My skill is not to raspberry pi level yet, but I appreciate this explanation. I’ll have a better chance of at least getting the program to run, even if I cannot let players signal-in yet. Thank you again, Trae |
If you manage to modify the websocket-tool to recognize this, it should work. Even on your local computer/laptop. |
Hello!
Is there a non-tech expert way to explain how to run this game? I'm new to this stuff, and this app would be useful for playing jeopardy with some close friends!
I downloaded the node.js program, but I'm unsure what to do next.
Can someone help?
Sincerely,
Juris
The text was updated successfully, but these errors were encountered: