Let's make 16 games in C++(五):Snake

1、準備遊戲需要的背景圖   2、先渲染一個30x20x圖片尺寸的遊戲背景。 #include<SFML/Graphics.hpp> #include<time.h> using namespace sf; int N = 30; int M = 20; int size = 16; int w = N * size; int h = M * size; int main() { Ren
相關文章
相關標籤/搜索