您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. C++实现简单射击小游戏

  2. 主要为大家详细介绍了C++实现简单射击小游戏,具有一定的参考价值,感兴趣的小伙伴们可以参考一下
  3. 所属分类:其它

    • 发布日期:2020-08-25
    • 文件大小:98kb
    • 提供者:weixin_38606169
  1. C++实现简单射击小游戏

  2. 使用c++制作简单的横板射击小游戏,供大家参考,具体内容如下 #include #include #include class Bullet; class Tank; class E_Bullet; class Boss; bool dead = false; bool wined = false; struct pos//坐标类 { int a; int b; }; class E_Bullet//敌人打出的子弹 { public: clock_t d; int x; int
  3. 所属分类:其它

    • 发布日期:2020-12-31
    • 文件大小:103kb
    • 提供者:weixin_38693311