英语老师:你这语法也太糟糕了吧。
某帅男:报告~这是程序。
来,开始敲~
#include<gl/glut.h>
#include<stdio.h>
#include<stdlib.h>
#include<ctime>
static int LENGTH=20;
enum Color
{
BLACK,RED,GREEN,YELLOW
}
enum ConnectState
{
Not_Connected,Left_Connected,Right_Connected,Up_Connected,Down_Connected
}
enum GridState
{
EMPTY,CAPSULE,WARM
}
enum MarionState
{
WATE,ACT
}
class Diamonds
{
private:
int x,y;
int color;
int ConnectState;
public:
int getx()
{
return x;
}
int gety()
{
return y;
}
int getColor()
{
color=rand(RED,GREEN,YELLOW);
return color;
}
int getConnectState()
{
return ConnectState;
}
};
class Warm
{
private:
int x,y;
int color=rand(RED,GREEN,YELLOW);
public:
int getx()
{
return x;
}
int gety()
{
return y;
}
int getColor()
{
return color;
}
};
class Bottle //Bottle 类没想明白呢,只知道开一个二围数组,每个里面都放上小色块。
{
private:
public:
};
int CapsuleMade() //胶囊就是这样拼起来的,初始化了一下,但是感觉缺一些东西
{
Diamonds Capsule[2];
Capsule[0].x=Capsule[1].x-LENGTH;
Capsule[0].ConnectState=Right_Connected;
Capsule[1].ConnectState=Left_Connected;
}
今天的脑细胞已经耗完了,等明天补充吧~~
posted on 2008-10-20 20:44
正牌的天地之灵和他的徒儿们肖赫_王婷婷_王冠_郑燚_孙婷 阅读(121)
评论(2) 编辑 收藏 引用 所属分类:
筱筱殿下