https://github.com/nerdinand/jeopardy-javafx
Implementation of the famous Jeopardy game show in JavaFX (inspired by Hacker Jeopardy)
https://github.com/nerdinand/jeopardy-javafx
Last synced: 8 months ago
JSON representation
Implementation of the famous Jeopardy game show in JavaFX (inspired by Hacker Jeopardy)
- Host: GitHub
- URL: https://github.com/nerdinand/jeopardy-javafx
- Owner: nerdinand
- License: mit
- Created: 2014-04-14T15:31:34.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-07-30T06:58:25.000Z (almost 10 years ago)
- Last Synced: 2023-08-03T16:12:44.413Z (almost 3 years ago)
- Language: Java
- Homepage:
- Size: 11.4 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jeopardy-javafx
===============
Implementation of the famous Jeopardy game show in JavaFX (inspired by Hacker Jeopardy)
Requirements
------------
* JDK 1.8 (http://www.oracle.com/technetwork/java/javase/downloads/index.html)
Run
---
`cd software && ./gradlew run '-Pargs=/path/to/your/round.yml'`
Development
-----------
To import the project into NetBeans, you should install the Gradle Plugin (http://plugins.netbeans.org/plugin/44510/gradle-support) and then open the project via File -> Open Project... . To be able to run the project from within NetBeans, create a custom Profile in the Project Properties, and change the built-in Task "Run" to include the argument `-Pargs=/path/to/your/round.yml`.
Jeopardy Theme Music
--------------------
As the Jeopardy theme music is probably protected (as is the trade mark, most likely :worried:), we do not include the Jeopardy theme music in this project. We do however support playing it back if it happens to lie around as `src/main/resources/com/nerdinand/jeopardy/media/jeopardy.mp3` in your source tree... :wink: