Skip to content

Trivial will be a trivia game for android / google tv / Purdue Lawson building video wall.

Notifications You must be signed in to change notification settings

Purdue-ACM-SIGAPP/SIGAPP-Trivia

 
 

Repository files navigation

Trivial

Repository Directory Explanation

BuzzTime

Android controller app.

trivia-server

Ruby on Rails server for storing questions and doing matchmaking.

videowall

Java Swing application to display questions and a scoreboard.

chat-server

Simple java chat server that is used for communication between phones and video-wall/googletv.

Network communication diagram

+---------------------------+                                   Send current question.
| Video Wall                +--------------------------------------------------+
|---------------------------|   Send Questions                                 |Recieve scoreboard
|                           |<------------+                                    |Send game ID
|                           |             |                                    |
+---------------------------+             |                                    |
                                          |                                    |
                                          |                                    |
                                          | +---------------------------+      |
                                          | | Server                    |      |
                                          | +-------------+-------------+      |
                                          | |             |             |      |
                                          +-+ Question DB |             |      |
                                            |             |  Chat Server|      |
                                            |             |             |      |
                                            |             |             |      |
                                            |             |             |      |
 +-----------+                              |             |             |<-----+
 | Phone     |                              | Matchmaking |             |
 |-----------|                              |             |             |
 |           |                              |             |             |
 |           |                              +-------------+-------------+
 |           |                                               ^  +
 |           |  Send question responses, connect game id room|  |
 |           +-----------------------------------------------+  |
 |           |   Send correct/incorrect, scoreboard.            |
 |           |<-------------------------------------------------+
 +-----------+

About

Trivial will be a trivia game for android / google tv / Purdue Lawson building video wall.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 91.2%
  • Ruby 8.3%
  • Other 0.5%