文件名称:Pacman:使用SDL2的Pacman的C ++实现
文件大小:129KB
文件格式:ZIP
更新时间:2024-04-23 23:00:23
C++
吃豆子 建造/安装 首先安装所有必要的依赖项 sudo apt install build-essential libsdl2-dev sudo pacman -S base-devel sdl2 然后克隆仓库,编译并运行游戏 git clone https://github.com/alexschu98/Pacman.git make ./bin/Pacman 执照
【文件预览】:
Pacman-main
----bin()
--------map.bmp(868KB)
----.github()
--------workflows()
----include()
--------Tile.h(424B)
--------Framework.h(711B)
--------Singleton.h(796B)
--------Ghost.h(0B)
--------Timer.h(463B)
--------Circle.h(159B)
--------Pacman.h(414B)
--------Game.h(1KB)
--------Sprite.h(463B)
----LICENSE(1KB)
----src()
--------Circle.c(2KB)
--------Game.cpp(2KB)
--------main.cpp(375B)
--------Pacman.cpp(0B)
--------Timer.cpp(295B)
--------Ghost.cpp(0B)
--------Sprite.cpp(1KB)
--------Framework.cpp(3KB)
--------Tile.cpp(735B)
----.gitignore(2KB)
----Makefile(347B)
----README.md(632B)