A simple and complete GUI version of a quiz game created with trivabase api
Screenshot 1 | Screenshot 2 |
---|---|
![]() |
![]() |
|-- out
|-- src
| |-- com
| |-- quizgame
| |-- Main.java
| |-- GetRawQuizData.java
|
|-- QuizGame-Java.iml
|-- quiz_data.json
|
|-- Img
| |-- intellij.png
| |-- java.png
| |-- quiGame1.png
| |-- quiGame2.png
|
|-- README.md
The Java API for JSON Processing JSON.simple is a simple Java library that allow parse, generate, transform, and query JSON.
You need to download the json-simple-1.1 jar and put it in your CLASSPATH before compiling and running the application.
put the json-simple-1.1.jar file in the References Libraries directory, manually or by using the 'add jars' button.
put the json-simple-1.1.jar file in the External Libraries directory.