View Full Version : can someone write a game in C?
sbvikings75
11-19-2007, 01:57 AM
Can someone please write me the code for some sort of card game or some sort of multiplayer game in C? No specifications, just need the code by Dec. 7. Would really appreciate it. Email at mecca2@tcnj.edu if you can do this.
_Aerospace_Eng_
11-19-2007, 02:28 AM
Sounds like a homework assignment. You should read the forum rules, more specifically this one
1.5) No homework assignments - Do not post your entire homework assignment and request that other members do it for you. This is considered cheating, and your thread may even be used by your school to prove your guilt. Now, you may ask for advice or help on a specific aspect of your assignment that you're having trouble with. Use common sense as far as what's acceptable in terms of soliciting help with homework assignments.
obiwanjabroni
11-19-2007, 09:54 AM
Note, this program is multi-player, but utilizes email. Please download sendmail.exe to play. It is enhanced using advanced shader effects, so you'll need a beefy ATI or nVidia graphics card to play it.
#include <stdio.h>
#include <stdlib.h>
int main(void)
{
system("echo -e \"subject: My academic integrity\nI have jeopardized my academic integrity by posting to the forums at\ncodingforums.com in an attempt to have another do my work for my. Please\nexpel me from the school since I may be tempted plagiarize in other areas to better\neffect, and still no credit to the person actually doing the work.\n.\" | sendmail -f mecca2@tcnj.edu academic@tcnj.edu");
return 0;
}
I can do it. Now we just have to ask ourselves...Will I do it? Not likely.
Rappa
11-19-2007, 02:25 PM
Note, this program is multi-player, but utilizes email. Please download sendmail.exe to play. It is enhanced using advanced shader effects, so you'll need a beefy ATI or nVidia graphics card to play it.
#include <stdio.h>
#include <stdlib.h>
int main(void)
{
system("echo -e \"subject: My academic integrity\nI have jeopardized my academic integrity by posting to the forums at\ncodingforums.com in an attempt to have another do my work for my. Please\nexpel me from the school since I may be tempted plagiarize in other areas to better\neffect, and still no credit to the person actually doing the work.\n.\" | sendmail -f mecca2@tcnj.edu academic@tcnj.edu");
return 0;
}
Made me giggle in a way I can't fully comprehend.
rpgfan3233
11-19-2007, 04:32 PM
Note, this program is multi-player, but utilizes email. Please download sendmail.exe to play. It is enhanced using advanced shader effects, so you'll need a beefy ATI or nVidia graphics card to play it.
#include <stdio.h>
#include <stdlib.h>
int main(void)
{
system("echo -e \"subject: My academic integrity\nI have jeopardized my academic integrity by posting to the forums at\ncodingforums.com in an attempt to have another do my work for my. Please\nexpel me from the school since I may be tempted plagiarize in other areas to better\neffect, and still no credit to the person actually doing the work.\n.\" | sendmail -f mecca2@tcnj.edu academic@tcnj.edu");
return 0;
}
LOL Nice, but doesn't that require the Linux echo statement instead of the Windows one then? :thumbsup:
Socca
11-20-2007, 07:09 AM
Note, this program is multi-player, but utilizes email. Please download sendmail.exe to play. It is enhanced using advanced shader effects, so you'll need a beefy ATI or nVidia graphics card to play it.
#include <stdio.h>
#include <stdlib.h>
int main(void)
{
system("echo -e \"subject: My academic integrity\nI have jeopardized my academic integrity by posting to the forums at\ncodingforums.com in an attempt to have another do my work for my. Please\nexpel me from the school since I may be tempted plagiarize in other areas to better\neffect, and still no credit to the person actually doing the work.\n.\" | sendmail -f mecca2@tcnj.edu academic@tcnj.edu");
return 0;
}
Lol Nice one! Its not fair! You should be lucky that they do programming at your school because they dont have that at my school, and its something I really want to learn more of :(
good luck with your homework
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.