“超级玛丽”游戏的源代码
<P>不错,谢谢</P> 发子弹,小跳,大跳等的按键是哪个? 呵呵,不错,顶了 void addscore(int x, int y, char *pscore){
scoretype *temp,*s;
s=bscore;
while ((s->next)!=NULL)
s=s->next;
temp=(scoretype *)malloc(sizeof(scoretype));
temp->next=NULL;
temp->scorex=x;
temp->scorey=y;
temp->scoreloop=0;
strcpy(temp->num,pscore);
s->next=temp;
},其中一个函数…………,加分用的,参考一下…… 是C的吗?。。。。。。。。。。。。。。。。。。。。。 不错,谢谢!!!!!!!!!!!!!!!!11 先看看……………………………… 不错呵呵呵!!!!!!!!!!!!!!!!!