Let's make 16 games in C++(四):Arkanoid

1、準備遊戲需要的背景圖 ①方塊圖 ②擋板圖 ③球圖 ④背景圖   2、首先渲染一個520x450的窗口,將方塊和背景都渲染出來 #include<SFML/Graphics.hpp> #include<time.h> using namespace sf; int main() { srand(time(0)); RenderWindow app(VideoMode(520, 450
相關文章
相關標籤/搜索