freeCodeCamp / LearnToCodeRPG

A visual novel video game where you learn to code and get a dev job 🎯
https://www.freecodecamp.org/news/learn-to-code-rpg-1-5-update/
BSD 3-Clause "New" or "Revised" License
1.06k stars 110 forks source link

Feature: show answer screen after correct answer in quiz #71

Closed a2937 closed 2 years ago

a2937 commented 2 years ago

The viewport used when the player gets the wrong answer is shown immediately after the user sees their answer is correct. Everything seems to be in order and nothing appears to detracted by reusing the same screen.

Checklist:

Closes #69

Closes #49