Skip to content

Commit 869763b

Browse files
committed
Simon:
-Added someone in the thanks section -Correction on the thanks and tutorial -Now it's finished!
1 parent 1972d0c commit 869763b

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

Simon/simon.c

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -154,18 +154,19 @@ void thanks()
154154
puts("Thanks for Playing!");
155155
puts("");
156156
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!");
162163
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");
164165
puts("");
165166
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.");
169170
puts("");
170171
puts("---Press any key to exit---");
171172
}
@@ -216,6 +217,7 @@ int main(int argc, char** argv)
216217
puts("-If you get every color right, you go to the next level");
217218
puts("-Each level increases by one the number of colors to repeat");
218219
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");
219221
puts("-Also, the color have sounds, use this to your advantage");
220222
puts("-Your failure also has a sound, don't be scared");
221223
puts("-Here you can go until the level 3999, good luck");

0 commit comments

Comments
 (0)