Game:使用SDL2设计的游戏

时间:2021-03-17 04:40:42
【文件属性】:
文件名称:Game:使用SDL2设计的游戏
文件大小:21KB
文件格式:ZIP
更新时间:2021-03-17 04:40:42
C++ 游戏 使用SDL2设计的游戏 如何建造 在克隆的存储库中,已经有一个CMakeLists。 在控制台上,您可以直接: mkdir build # will create a new directory cd build cmake .. # will build the makefile and all the dependances on your build directory. make # will build your executable ./Game # to run the program 然后,我们在推送之前删除构建文件夹。
【文件预览】:
Game-main
----Monster.cpp(586B)
----.gitignore(294B)
----Main.cpp(1KB)
----images()
--------ground1.png(4KB)
--------user1.bmp(8KB)
--------user1.png(308B)
--------monster.bmp(4KB)
--------monster.png(245B)
--------ground1.bmp(1.66MB)
----Terrain.cpp(2KB)
----Terrain.h(731B)
----Player.h(454B)
----Character.cpp(2KB)
----SDL_game.h(2KB)
----testMe(20B)
----Player.cpp(611B)
----Monster.h(442B)
----LTexture.cpp(1KB)
----Star.h(211B)
----README.md(416B)
----HelloWorldSDL.cpp(2KB)
----.replit(26B)
----Level.h(554B)
----.vscode()
--------settings.json(61B)
----textfile(2KB)
----KeyPressSurface.h(261B)
----Level.cpp(4KB)
----SDL_game.cpp(6KB)
----CMakeLists.txt(434B)
----LTexture.h(1KB)
----Character.h(949B)
----Cell.h(86B)
----main_test_sdl.cpp(589B)

网友评论