Untitled

 avatar
unknown
plain_text
10 months ago
917 B
15
Indexable
I want to build an ascii-based game that runs in the terminal that is written in html, css, and javascript.
1. The game will teach sql queries, it should have a level easy, medium, hard. every level should have a 20questions.
2. The player will have 100 health points and every wrong answer will decrease it to 10.
3. If all answers are correct, it should have a trophy that says "Congratulations, you answered it all correctly!" and will continue to another level, if all levels are done and answered correctly it should have a message that says "Congratulations in finishing the game!" and have a select option to go back to main menu.
4. Else if health is 0, it should return a message that says "Game over! Please try again" and have a select option to go back to main menu to try again.
5. It should also have an interactive human-like figure that based on thestion and the correct answer on every question.
Editor is loading...
Leave a Comment