C++ 黑框框小遊戲(2)—— 貪吃蛇

簡單的貪吃蛇遊戲,有高分榜,有無邊界兩種模式,可保存遊戲進度。 用到高分榜.txt,數據.txt,遊戲保存.txt 三個文件保存數據。ios 程序代碼:web //高分榜,無牆模式,障礙模式,可保存; #include<iostream> #include<ctime> #include<cstdlib> #include<conio.h> #include<cstring> #include<
相關文章
相關標籤/搜索