logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

小白尝试c++编写飞机大战

前几天看大佬写了个神经网络训练AI玩飞机大战,我想,凭我现有知识能不能也写一个飞机大战,就进行了尝试,成果如下。#include<iostream>#include<ctime>#include<stdlib.h>#include<windows.h>using namespace std;const int mapx = 40, mapy = 35

#c++#游戏
到底了