- General Information
- Compile and Run
- App usage
- Troubleshooting
- Known bugs
- Video demonstration
- License
This application can play the Trivia game on the Galaxy website. With this app it is possible to get in the daily top-list and recieve the reward. It works only on PC. There are no any plans to create it for mobile phones.
It's a kind of quiz. You choose the topic and then answer on 5 questions. Each question has four answers, your target is to choose the correct one. I found the video of gameplay somewhere on youtube.
- PC
- Java 17+ (JRE 17+)
- Google Chrome browser (ver.112+)
- Download the project
- Compile using command:
- for Linux:
./mvnw clean install
- for Windows:
mvnw.cmd clean install
- for Linux:
- The compiled artifact
TriviaSolver-jar-with-dependencies.jar
is created inside the foldertarget
- Create a new folder for the app
- Put there
TriviaSolver-jar-with-dependencies.jar
,users.json
anduser.key
files - Run the app with command:
java -jar TriviaSolver-jar-with-dependencies.jar
You may also download the archive with compiled app from the release's page.
- Be sure that you've already played at least once the Trivia game in Galaxy
- For Windows users: the app icon will be in the tray.
- Quick start
- Check if the status is "GREEN" (Menu -> Status)
- Add your account (Account -> Add account)
- Choose server (Options -> Server)
- Choose topic (Main window -> topic)
- Press
START
button - To stop the app you have two options:
- Hard stop - the app immediately stops its work.
- Soft stop - the app finishes Trivia game round and then stops. (work not good at the moment).
- Features
- Headless mode (Options -> Headless mode)
- If the headless mode is off the browser window will be opened during the programm work
- Anonymous mode (Options -> Anonymous mode)
- Option to hide the nickname in the Trivia game
- Passive mode (Options -> Passive mode)
- In case of using the top list strategies buys unlimit mode only if needed at the end of the day
- Two Top list strategies (Options -> TOP list strategy)
- Stay in top strategy - will try to keep you in the top list by the end of the day
- Get in top strategy - will try to keep you on the top of the list by the end of the day
- Headless mode (Options -> Headless mode)
- message ERROR: NO USER KEY DATA
- Ask me about demo user key. The app works using connection with the external server for getting correct answer. The user key is needed for getting response from the server.
- status "BLACK"
- No connection with the external server. Check your internet connection.
- status "RED"
- The external server didn't find user key in the database. Contact me.
- status "YELLOW"
- Demo period is expired, the app will continue to work, but will choose random answers in the Trivia game.
- when headless mode is off it doesn't work if menu sidebar is hidden (this happens on small screen resolutions)
- soft stop button doesn't work correct in some cases
trivia-demo.mp4
- GNU General Public License v3.0