代码搜索:Invaders
找到约 108 项符合「Invaders」的源代码
代码结果 108
www.eeworm.com/read/454544/7387743
txt extensions.txt
There aren't any library used, except the OpenGL ES one.
For the tutorial 6 (particles), point sprites extension is required.
Also, some tutorials (and the Space Invaders game), needs to be uploade
www.eeworm.com/read/124608/14557490
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Invaders.RC
//
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READO
www.eeworm.com/read/124608/14557506
c text.c
#pragma hdrstop
#include "invaders.h"
void SetGameText()
{
char buf[80], buf2[80];
if (TimerFrame)
sprintf(buf, "Timer %d : ", TimerSeconds);
else
buf[0] = '\0';
s
www.eeworm.com/read/307583/13720109
txt trivia.txt
TV/ Movies: Who finds a tiny flying saucer on her roof in "The Invaders"譨gnes moorehead
! UnScramble this Word: a ! h m w譿ham
"...... they're all doing the monster mash and most of the taxis and the
www.eeworm.com/read/124608/14557501
c scrn.c
#pragma hdrstop
#include "invaders.h"
unsigned char VirtScrn[128][48];
unsigned int RealScrnX[129];
unsigned int RealScrnY[49];
unsigned int VScrnX[2049];
unsigned int VScrnY[2049];
www.eeworm.com/read/124608/14557493
c timer.c
#pragma hdrstop
#include "invaders.h"
BOMB Bombs[32];
unsigned int SSScore[] = {
50, 50, 150, 50, 100, 150, 50, 100,
200, 50, 50, 100, 150, 50, 100, 200,
50, 50, 100, 150
www.eeworm.com/read/151700/5679739
java spaceinvaders.java
/*
@author j.n.magee 25/04/98
*/
package concurrency.invaders;
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
import java.util.*;
import concurrency.sprite.*;
import con
www.eeworm.com/read/124608/14557510
txt @psc_readme_3850_3.txt
Title: Space Invaders (Clone From Z80)
Description: Windows Space Invader Game cloned from a Z80 program I wrote in 1982. Please note README.HTM to get sound effects.
This file came from Planet-Sour