首页 > TAG信息列表 > Setpos

C++超好玩的游戏

此代码为作者转载,原作者【蒟蒻一枚】,话不多说,上代码  #include<bits/stdc++.h>     #include<windows.h> #include<stdio.h> #include<conio.h> #include<time.h> #define Nor if(B[b].x<5) B[b].x=5; #define Out1 Bx1-Bvx1<=6||Bx1-Bvx1>=28||By1-Bvy1&l

【小游戏】飞机大战

用了这么久CSDN,才知道有个添加代码段…… 废话不多说,上代码!!!  #include<iostream> #include<windows.h> #include<conio.h> #include<time.h> #include<string> using namespace std; /*=============== all the structures ===============*/ typedef struct F

打飞机

#include<iostream> #include<windows.h> #include<conio.h> #include<time.h> #include<string> using namespace std; typedef struct Frame { COORD position[2]; int flag; } Frame; void SetPos(COORD a) { HANDLE out=GetStdHandle(ST

祝大家情人节快乐

import turtle as t import time as time t.pencolor("seashell") t.pensize(2) t.penup() t.pendown() t.setpos(0,-100) t.left(45) t.fd(200) t.circle(100, 180) t.right(90) t.circle(100, 180) t.fd(200) t.bgcolor('black') t.color('pink�

C++实现爆破解压小游戏

c++实现爆破小游戏(转载) 小人可以随便在一些地面上跳跃,带二段跳,“地面”一直在上升,小人上升到顶部或者没有血的时候游戏结束(初始20点血),小人可以随意放炸弹,共有八种炸弹。但是被炸到或者碰到岩浆就要减一滴血,拿到宝石加一滴血。炸弹炸掉石头可以得分,得到200分即可获胜。 主要

C++实现飞机大战

C++小游戏飞机大战 废话不多说,直接看代码吧(转载) #include<iostream> #include<windows.h> #include<conio.h> #include<time.h> #include<string> using namespace std; /*=============== all the structures ===============*/ typedef struct Frame {