Skip to content

A simple QUIZ game where player earn points by answering multi-choice trivia questions. The game loads questions via web-service from Open Trivia Database and displays them to the user through Unity GUI.

Notifications You must be signed in to change notification settings

matheus-crivellari/Unity-Webservice-Test

Repository files navigation

Unity Web-service Test

What is this?

A simple QUIZ game where a player earns points by answering multi-choice trivia questions. The game loads questions via web-service from Open Trivia Database and displays them to the user through Unity GUI.

What's the purpose?

This is a simple web-service Unity test to demonstrate:

  • UnityWebRequest class utilization;
  • JSON deserialization using JsonUtility class;
  • Hability organizing Unity projects;
  • Hability working with Unity's GUI;
  • Hability working with web-services and Unity;

To-do

  • Randomize answer options/alternatives. First is always the correct one;

Disclaimer

This code is part of the Olympikesoft's test for the Unity developer job application.

About

A simple QUIZ game where player earn points by answering multi-choice trivia questions. The game loads questions via web-service from Open Trivia Database and displays them to the user through Unity GUI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages