Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,14 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
Answer Key:
|
11 |
|
12 |
|
@@ -28,4 +36,6 @@ Process:
|
|
28 |
|
29 |
7. Here is a version of the key. Can you make it so the app has scoring? Two point questions can have multiple answers which is shown in the answer key. For example, 4 if you enter MSU or Metropolitan State University either work to score 1 point. For two parts 5. the answers should match key. Make it so too if you get two words right out of three you get the point too. We want to create a bonus game which calculates your final score. also Reveal Answers would keep the users answers (maybe via cookie or some state tracking? We are going to use their score to do a plinko game after user clicks Check My Answers. The image here represents all answers correct. 10 needs to be per my key so update code for that one since Answer is Menards and Rebate. For now show the total score. Score is +1 for each answer matched against key and support or within key to store two possible answers like MSU or Metropolitan State University so would be 1 point in either case if user entered MSU or Metropolitan State University. Lets also show a checkmark emoji and turn square green and show score beside the answer like +1 so user can easily see which were right and which were wrong. With the Plinko Tokans or coins, use a Gold Coin Emoji and feature a button with total score. For 14.2 (second answer that says bonus that is only two point answer), all others are +1 and there are thirteen total inputs.
|
30 |
|
31 |
-
8.
|
|
|
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
Game Creation Process:
|
11 |
+
1. Open Browser to an AI with Canvas - A capability to interactively test the AI output as HTML/JS app and game.
|
12 |
+
2. In second window edit a README.md markdown file for your app. This will contain this as specification and method steps process as markdown outline.
|
13 |
+
3. In third window perform UI/UX testing and playtesting. Make sure to gather output image examples to test. Gather scoring and playability feedback from your angel test users.
|
14 |
+
4. Fourth - assume positive intent and always bring examples back to language and feel free to jump in, edit and change to meet your needs. For Game logic in code try to be general about solutions that would seem human friendly since this is for fun and relationships so emphasis is on making it as fun and accurate as possible for user enjoyment and superpowers.
|
15 |
+
|
16 |
+
|
17 |
+
|
18 |
Answer Key:
|
19 |
|
20 |
|
|
|
36 |
|
37 |
7. Here is a version of the key. Can you make it so the app has scoring? Two point questions can have multiple answers which is shown in the answer key. For example, 4 if you enter MSU or Metropolitan State University either work to score 1 point. For two parts 5. the answers should match key. Make it so too if you get two words right out of three you get the point too. We want to create a bonus game which calculates your final score. also Reveal Answers would keep the users answers (maybe via cookie or some state tracking? We are going to use their score to do a plinko game after user clicks Check My Answers. The image here represents all answers correct. 10 needs to be per my key so update code for that one since Answer is Menards and Rebate. For now show the total score. Score is +1 for each answer matched against key and support or within key to store two possible answers like MSU or Metropolitan State University so would be 1 point in either case if user entered MSU or Metropolitan State University. Lets also show a checkmark emoji and turn square green and show score beside the answer like +1 so user can easily see which were right and which were wrong. With the Plinko Tokans or coins, use a Gold Coin Emoji and feature a button with total score. For 14.2 (second answer that says bonus that is only two point answer), all others are +1 and there are thirteen total inputs.
|
38 |
|
39 |
+
8. Give it an image example:
|
40 |
+
|
41 |
+

|