Quote GOAT
Trivia Roguelike
Quote GOAT asks players to guess which of 3 authors a given quote belongs to. In doing so, it layers two APIs: First a random quote is obtained from QuoteGarden, including the author’s name. The latter is then used as input for a WikiData query to find the author’s description and image. With its match-based structure and - compared to WikiArena - more involved random generation, the game further explores the “trivia roguelike” genre.
Quick Facts
Online: itch.io
Release: March 7, 2023
Platforms: Web, PC (Windows, Linux, Mac)
Technology: Unity (C#)
What I did: Everything