[PR #50] [CLOSED] Add 3 interactive personality quiz games to Puzzle section #149

Closed
opened 2026-05-20 03:53:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/michelpereira/awesome-open-source-games/pull/50
Author: @noahaust2
Created: 2/26/2026
Status: Closed

Base: mainHead: add-personality-quiz-games


📝 Commits (1)

  • 1f5f42d Add 3 interactive personality quiz games to Puzzle section

📊 Changes

1 file changed (+4 additions, -1 deletions)

View changed files

📝 README.md (+4 -1)

📄 Description

Added 3 browser-based interactive personality quiz games to the Puzzle section. All three are built with pure HTML/CSS/JavaScript, run entirely in the browser with zero dependencies, and generate downloadable/shareable PNG result cards.

Games added:

  1. Aura Points Calculator — Discover your aura type through 12 real-life scenario questions. Generates a downloadable PNG share card with your results.

  2. How Chronically Online Are You? — 15-question quiz measuring internet habits across 5 categories with interactive radar chart visualization and shareable PNG scorecard.

  3. Brain Rot Diagnostic — 18-question clinical-style assessment across 6 brain rot dimensions with severity grades I-V, animated progress tracking, and a downloadable PNG diagnostic report.

Why Puzzle section?

These are interactive challenge/quiz games where players answer questions and receive scored results — similar in spirit to existing puzzle entries that test the player's knowledge or decision-making (like Shape Experiment, BitBot, Follow me! Simon Clone). Each game has a clear completion state and a shareable result artifact.

Checklist

  • Source code available on GitHub (tools/aura, tools/online, tools/brain-rot)
  • Entries follow the existing - [Name](URL) - Description. format
  • Alphabetically sorted within the Puzzle section
  • All links are working and accessible
  • Pure HTML/CSS/JS — no external dependencies, no build step

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/michelpereira/awesome-open-source-games/pull/50 **Author:** [@noahaust2](https://github.com/noahaust2) **Created:** 2/26/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-personality-quiz-games` --- ### 📝 Commits (1) - [`1f5f42d`](https://github.com/michelpereira/awesome-open-source-games/commit/1f5f42d7703823128b0a04246466a9d2dfb745cb) Add 3 interactive personality quiz games to Puzzle section ### 📊 Changes **1 file changed** (+4 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+4 -1) </details> ### 📄 Description Added 3 browser-based interactive personality quiz games to the **Puzzle** section. All three are built with pure HTML/CSS/JavaScript, run entirely in the browser with zero dependencies, and generate downloadable/shareable PNG result cards. ### Games added: 1. **[Aura Points Calculator](https://noahaust2.github.io/strategist-dashboard/tools/aura/)** — Discover your aura type through 12 real-life scenario questions. Generates a downloadable PNG share card with your results. 2. **[How Chronically Online Are You?](https://noahaust2.github.io/strategist-dashboard/tools/online/)** — 15-question quiz measuring internet habits across 5 categories with interactive radar chart visualization and shareable PNG scorecard. 3. **[Brain Rot Diagnostic](https://noahaust2.github.io/strategist-dashboard/tools/brain-rot/)** — 18-question clinical-style assessment across 6 brain rot dimensions with severity grades I-V, animated progress tracking, and a downloadable PNG diagnostic report. ### Why Puzzle section? These are interactive challenge/quiz games where players answer questions and receive scored results — similar in spirit to existing puzzle entries that test the player's knowledge or decision-making (like Shape Experiment, BitBot, Follow me! Simon Clone). Each game has a clear completion state and a shareable result artifact. ### Checklist - [x] Source code available on GitHub ([tools/aura](https://github.com/noahaust2/strategist-dashboard/tree/master/tools/aura), [tools/online](https://github.com/noahaust2/strategist-dashboard/tree/master/tools/online), [tools/brain-rot](https://github.com/noahaust2/strategist-dashboard/tree/master/tools/brain-rot)) - [x] Entries follow the existing `- [Name](URL) - Description.` format - [x] Alphabetically sorted within the Puzzle section - [x] All links are working and accessible - [x] Pure HTML/CSS/JS — no external dependencies, no build step --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-20 03:53:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-open-source-games#149