A downloadable game for Windows, macOS, and Linux

PrettySure is a trivia game, but rather than only allowing you to select one right answer, you can select several! Every question you get to wager five "tokens," which you can drag and drop to "wager" on the correct answer. Can't quite remember if it was the chicken or the egg that came first? Don't worry, just wager on both!

Once you submit, you'll be awarded points based on how many tokens you wagered on the correct answer. Every round of PrettySure consists of eight questions, for a total possible 40 points. See how close to the full 40 you can get!

This game was made using Bevy, an open source game engine written entirely in Rust. Check it out! Further acknowledgements and accreditation can be found on the projects Github page.

StatusReleased
PlatformsWindows, macOS, Linux
Release date May 12, 2022
Rating
Rated 3.0 out of 5 stars
(1 total ratings)
AuthorMarkSwang
Tags2D, bevy, Singleplayer, Trivia
Code licenseGNU General Public License v3.0 (GPL)
Asset licenseCreative Commons Attribution_ShareAlike v4.0 International
Average sessionA few minutes
LanguagesEnglish
InputsMouse
LinksSource code

Download

Download
prettysure_linux.tar.gz 11 MB
Download
prettysure_windows.zip 6 MB
Download
prettysure_macos.tar.gz 7 MB

Install instructions

All relevant gamefiles and an executable should be located in compressed folder. Depending on your platform, you will need to:

  • Windows:
    • unzip using whatever software you use, usually by right-clicking the compressed folder
    • Run the PrettySure executable
      • Note: If you run into issues, it's possible your machine doesn't have the appropriate C/C++ Runtimes installed
  • Linux + MacOS (from Terminal):
    • tar -xzvf prettysure_linuz.tar.gz to unzip the tarball
    • ./PrettySure to execute the contained executable