Category : A Collection of Games for DOS and Windows
Archive   : PHASERS.ZIP
Filename : PHASERS.C

 
Output of file : PHASERS.C contained in archive : PHASERS.ZIP
#include

unsigned i;

main(int argc, char * argv[])
{

if (strncmp(argv[1],"/?",2)==0)
{
printf("\nPHASERS: (c) 1988, 1989, 1991 Scott Wenzel and Galapagos Development\n\n");
printf("Be sure and check out these other wondrous Galapagos toys:\n");
printf("\tComment: world's oddest repository of strange quotes and miscellany\n");
printf("\tSpace: the musical and graphical disk-space monitor\n");
printf("\tPostPaid (tm): print ASCII files to your PostScript printer\n");
printf("\tPhasers: the world's most raucous PC sound effect\n");
printf("\nCOMING SOON:\n\tAirplane Toilet: The oddest game you ever saw\n");
printf("\nAlso be sure and check out the large selection of Windows icons and wallpaper\n");
printf("as well as MIDI sequences and other fun toys on CompuServe!\n\n");
printf("\t\t\tGalapagos Development\n");
printf("\t\t\t29 South Charles Street\n");
printf("\t\t\tRed Lion, PA 17356\n");
printf("\t\t\tCompuServe: 76662,2617\n\n");
}


printf("Firing phasers, Captain...\n");

/* Here's the windup....... */

for (i=50;i<1300;i++)
{
sound(i);
delay(4);
sound(i*2);
delay(3);
sound(i-100);
delay(3);
nosound();
i++;
}

for (i=1301;i<3550;i++)
{
sound(i);
delay(4);
sound(i*2);
delay(3);
sound(i-100);
delay(3);
nosound();
i++;
i++;
}

/* ...and the pitch! */

for (i=6900;i>1500;)
{
sound(i);
delay(2);
sound(i*2);
delay(3);
sound(i-500);
delay(3);
nosound();
i=i-250;

}

for (i=6900;i>103;)
{
sound(i);
delay(2);
sound(i*2);
delay(3);
sound(i-500);
delay(3);
nosound();
i=i-95;

}


/* ... direct hit! */


for (i=30;i<500;i++)
{
sound(random(i));
delay(3);
}
for (i=500;i>30;i--)
{
sound(random(i));
delay(3);
}
nosound();

}

  3 Responses to “Category : A Collection of Games for DOS and Windows
Archive   : PHASERS.ZIP
Filename : PHASERS.C

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/