#include<iostream>
#include<windows.h>
int dir[4][2]={{0,-1},{-1,0},{0,1},{0,-1}};
int dir_1[4][2]={{0,-1},{1,0},{0,1},{0,-1}};
int dir_2[4][2]={{0,1},{1,0},{0,-1},{0,1}};
int dir_3[4][2]={{0,1},{-1,0},{0,-1},{0,1}};
using namespace std;
char str[27][81];
void xx()
{
int x=16,y=2;
int x_1=64,y_1=2;
int k=0;
while(1)
{
system("cls");
str[y][x]=3;
str[y_1][x_1]=3;
if(str[0][33]==3)
{
}
for(int i=0;i<25;i++)
{
for(int j=0;j<80;j++)
{
printf("%c",str[i][j]);
}
}
for(int t1=0;t1<1 ;t1++)
{
system("color a");
for(int time=0;time<9;time++);
system("color b");
for(time=0;time<9;time++);
system("color c");
for(time=0;time<9;time++);
system("color d");
for(time=0;time<9;time++);
system("color e");
for(time=0;time<9;time++);
system("color f");
}
for( i=0;i<10000000;i++)
{
}
x=x+dir_2[k][0];
y=y+dir_2[k][1];
x_1=x_1+dir_3[k][0];
y_1=y_1+dir_3[k][1];
k++;
if(k==4)k=0;
}
}
void hen()
{
int x=81/2-7;
int x_1=81/2+7;
int k=0;
while(1)
{
system("cls");
int q;
for(int i=0;i<2;i++)
{
str[i][x]=3;
str[i][x_1]=3;
}
x--;
x_1++;
if(x==16)
{
xx();
break;
}
if(str[0][33]==3)
{
}
for( i=0;i<25;i++)
{
for(int j=0;j<80;j++)
{
printf("%c",str[i][j]);
}
}
for(int t1=0;t1<2 ;t1++)
{
system("color a");
for(int time=0;time<9;time++);
system("color b");
for(time=0;time<9;time++);
system("color c");
for(time=0;time<9;time++);
system("color d");
for(time=0;time<9;time++);
system("color e");
for(time=0;time<9;time++);
system("color f");
}
for( i=0;i<10000000;i++)
{
}
}
}
int main()//3
{
memset(str,' ',sizeof(str));
int x=81/2,y=26/2-5;
int x_1=81/2,y_1=26/2-5;
int k=0;
while(1)
{
system("cls");
str[y][x]=3;
str[y_1][x_1]=3;
if(str[0][33]==3)
{
hen();
break;
}
for(int i=0;i<25;i++)
{
for(int j=0;j<80;j++)
{
printf("%c",str[i][j]);
}
}
for( i=0;i<100000;i++)
{
}
x=x+dir[k][0];
y=y+dir[k][1];
x_1=x_1+dir_1[k][0];
y_1=y_1+dir_1[k][1];
for(int t1=0;t1<2 ;t1++)
{
system("color a");
for(int time=0;time<9;time++);
system("color b");
for(time=0;time<9;time++);
system("color c");
for(time=0;time<9;time++);
system("color d");
for(time=0;time<9;time++);
system("color e");
for(time=0;time<9;time++);
system("color f");
}
k++;
if(k==4)k=0;
}
}
相关文章
- 表单:!!!常用JS: form 表单代码
- jQuery Validate 表单验证插件----通过name属性来关联字段来验证,改变默认的提示信息,将校验规则写到 js 代码中
- 在C#开发中如何使用Client Object Model客户端代码获得SharePoint 网站、列表的权限情况
- 7. VIM 系列 - 程序员利器(语法检测、代码块补全、symbol管理、函数跳转)
- Oracle课堂实验一“表的使用”代码。
- 图表控件TeeChart干货分享(绘制2D、3D实时曲线---VC++示例源代码--网络首发)
- 转:链表相交有环 经典面试题(三)附答案 算法+数据结构+代码 微软Microsoft、谷歌Google、百度、腾讯
- python——靠set用一行代码将列表里的元素去重
- 七、适合小白的小程序之循环列表——wx:for
- 程序员危!传OpenAI全球招外包大军,手把手训练ChatGPT取代码农