练手: 贪吃蛇(c++) #include#include#include#include#includeusing namespace std;const int N=21;void Get_xy(int x,int y) //定位光标位置{ HANDLE hout; COORD pos; pos.X=x*2; pos.Y=y; hout=GetStdHandle(STD_OUTPUT_HA 项目设计 2023-12-16 46 点赞 0 评论 69 浏览