You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Simon/simon.c
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -154,18 +154,19 @@ void thanks()
154
154
puts("Thanks for Playing!");
155
155
puts("");
156
156
puts("Thanks to:");
157
-
puts("Brodhead Media Features for the Wrong Buzzer SFX (https://youtu.be/2naim9F4010)");
158
-
puts("gamesplusjames for the button sounds that he used in his simon");
159
-
puts("Stackoverflow people, mainly Ahmad Taha whose question was my solution");
160
-
puts("Tomasz P. Szynalski and his Online Tone Generator for helping me to organze the sounds");
161
-
puts("The neat things that this program uses works because of them!");
157
+
puts("-Brodhead Media Features for the Wrong Buzzer SFX (https://youtu.be/2naim9F4010)");
158
+
puts("-gamesplusjames for the button sounds that he used in his simon");
159
+
puts("-Stackoverflow people, mainly Ahmad Taha whose question was my solution (https://stackoverflow.com/questions/35797336/how-to-find-the-mouse-button-click-position-x-and-y*/)");
160
+
puts("-Raymond, helping with disabling the quick edit mode (https://devblogs.microsoft.com/oldnewthing/?p=4453)");
161
+
puts("-Tomasz P. Szynalski and his Online Tone Generator for helping me to organze the sounds");
162
+
puts("-The neat things that this program uses works because of them!");
162
163
puts("");
163
-
puts("Also, thanks to Super Mario Maker streamers on twitch, coded everything hearing you");
164
+
puts("-Also, thanks to Super Mario Maker streamers on twitch, coded everything hearing you");
164
165
puts("");
165
166
puts("The make of this project has the participation of:");
166
-
puts("BASS Audio Library, with wich this can play sound");
167
-
puts("Audacity, that was used to cut the audio");
168
-
puts("Visual Studio Community 2019, in wich this project was made on.");
167
+
puts("-BASS Audio Library, with wich this can play sound");
168
+
puts("-Audacity, that was used to cut the audio");
169
+
puts("-Visual Studio Community 2019, in wich this project was made on.");
169
170
puts("");
170
171
puts("---Press any key to exit---");
171
172
}
@@ -216,6 +217,7 @@ int main(int argc, char** argv)
216
217
puts("-If you get every color right, you go to the next level");
217
218
puts("-Each level increases by one the number of colors to repeat");
218
219
puts("-If you miss one, the game ends");
220
+
puts("-Have paciense, the click will only work if the cursor is at the botton of the window");
219
221
puts("-Also, the color have sounds, use this to your advantage");
220
222
puts("-Your failure also has a sound, don't be scared");
221
223
puts("-Here you can go until the level 3999, good luck");
0 commit comments