ICode9

精准搜索请尝试: 精确搜索
  • C++超好玩的游戏2022-03-20 09:04:59

    此代码为作者转载,原作者【蒟蒻一枚】,话不多说,上代码  #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

  • 【小游戏】飞机大战2022-01-13 21:01:03

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

  • 打飞机2021-02-17 15:01:34

    #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

  • 祝大家情人节快乐2021-02-14 16:57:58

    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++实现爆破解压小游戏2021-01-10 16:29:21

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

  • C++实现飞机大战2021-01-05 20:58:42

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

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有