说明:&&类似于打砖块游戏,使用C语言和SDL库编写。有两个paddle,在屏幕上方和下方,上方挡板AI控制,下方玩家控制,挡板只能在水平方向移动,中间还有个撞击球。通过挡板击球,让越过对方挡板则能加分。
这个小游戏用SDL在开始游戏界面做了个鼠标控件。游戏目前就设计了两级难度,第一级有一个移动paddle在中间干扰球,第二级有两个固定paddle,和一个移动paddle来干扰球的运行,并且在第二级电脑paddle的速度会增加,使得电脑更为灵敏,难以战胜。(Arkanoid-like game, written in the C language and the SDL library. There are two paddle in the top and bottom of the screen, the the top baffle AI control, the player controls underneath the baffle to move only in the horizontal direction, in the middle there is to hit the ball. The baffle batting cross the other side baffle points. This little game with SDL at the beginning of the game interface, the mouse controls. The game is currently on the design of two levels of difficulty, the first level of a mobile paddle interfere with the ball in the middle, the second stage has two fixed Paddle, and a movable paddle to interfere with the running of the ball, and the second level of the computer paddle speed increase, making the computer more sensitive, it is difficult to overcome.)
文件列表:
mypong\data\ARIAL.TTF
mypong\data\exit.png
mypong\data\high.wav
mypong\data\lose.jpg
mypong\data\lose.wav
mypong\data\main_title.png
mypong\data\paddle.png
mypong\data\PaddleBattle.bmp
mypong\data\play_a.png
mypong\data\record.png
mypong\data\tip.jpg
mypong\Defines.h
mypong\Enums.h
mypong\libFLAC-8.dll
mypong\libfreetype-6.dll
mypong\libjpeg-8.dll
mypong\libmikmod-2.dll
mypong\libogg-0.dll
mypong\libpng15-15.dll
mypong\libSDL_gfx-13.dll
mypong\libtiff-5.dll
mypong\libvorbis-0.dll
mypong\libvorbisfile-3.dll
mypong\libwebp-2.dll
mypong\pong.c
mypong\pong.exe
mypong\sdl-config
mypong\SDL.dll
mypong\SDL_image.dll
mypong\SDL_mixer.dll
mypong\SDL_ttf.dll
mypong\smpeg.dll
mypong\Stack.h
mypong\zlib1.dll
mypong\说明.txt
mypong\data
近期下载者:
相关文件: