Current Release: [] (https://github.com/Andy29485/qinq/releases/latest)
This project is distributed under the GPLv3 Licence. [] (https://www.gnu.org/copyleft/gpl.html)
- Andriy Zasypkin - head developer / the bad graphics designer / all other things
- Bradley Dufour - contributed questions
- Nelson Chen - contributed a single question
- Jason Tufano - contributed an idea for a single question
- Start game(run the .jar file)
- Each player must connect to address specified on the screen using a (modern) web browser
- be sure to include the port (the colon and the numbers after it)
- Players must chose a name and click the
create player
button - (Optional) Select questions for this game
- Click options on the main window of the program(not in a browser)
- Select the check boxes for the categories witch you wish to include
- Add custom questions in the
Custom Questions
text area - One question per line - Click Back
- Click Start
- Players should follow the instructions(intuitive) on the web page.
- Answer questions and click submit
- Vote: click the answers they like
- Etc...
- In the directory with the jar, create another directory named
questions
- For each category you wish to add, create a text file
named
<category-name>.txt
- Add on question per line to the category file you believe the question
belongs in
- The same question can exist in multiple categories
Sometimes you want to play with people that are not on your local network
(aka another house). For this to work there needs to be a web-server that
connects non-local clients with your computer. See web/
dir for more info.
- Go to options.
- Find the
Remote Server Connector
. - (opt) Change the URL to point to your desired server.
- Click Start
- Click Back
- A new URL should have appeared in the gray box.
- Have clients direct their Web Browsers to that URL.
Item | Status |
---|---|
Come up with more questions | outsourcing |
Player images - not just colours | considering |
Allow internet based connecting(non-local) | complete |
View results on web-end | complete |
Round/Game results | complete |
Scores | complete |
Make web-end look better | complete |
Allow selection of categorised answers | complete |
Allow addition of custom categories | complete |
End timer if action was complete | complete |
Allow kicking of players | complete |
Make web-end look even better | dropped |
- [Jetty 9] (http://www.eclipse.org/jetty)
- put these jars in the
resource/
- also extract the contents of the jars to the
resource
dir- except the manafest dir
- put these jars in the