Skip to content

Releases: nicolasboattini/trivia-surubi

CORRIENTES CURIOSO v2.2

18 Mar 15:06
Compare
Choose a tag to compare

CORRIENTES CURIOSO v2.1

31 Jan 01:55
Compare
Choose a tag to compare

New Features:

  • Questions categories! Now you can filter which categories you want to play or go crazy and play them all
  • Game winning on all questions answered
  • Capability to config a score limit
  • Dinamic buttons based on categories found
  • Vertical scroll for buttons

Full Changelog: v2.0...v2.1

CorrientesCurioso REMAKE v2.0

26 Jan 02:28
Compare
Choose a tag to compare

This is a fork from CorrientesCurioso created by @Matte4k aimed to improve the game since it'll be no longer maintained by its creator.
I've changed the game logic to use a plain .txt file to load the questions and answers.
The file is located in CorrientesCurioso_Data/StreamingAssets/questions.txt
The sintaxis for each line is:

Question?,Ans1,Ans2,Ans3,Ans4,CorrectAnsIndex

Each field separated by a comma and the CorrectAnsIndex going from 0 - 3

  • No more prefabs, read questions from .txt
  • Random options too! Now the options are shuffled before appearing in screen.
  • Adjusted game logic to run with TriviaManager and GameManager
  • Parser from .prefab to .txt to rewrite all the previous questions

Full Changelog: v1.2.3...v2.0