• 大小: 14.59M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-29
  • 标签: c++  sdl  

资源简介

双人弹球  

资源截图

代码片段和文件信息

#include “SDL/SDL.h“
#include “SDL/SDL_image.h“
#include “SDL/SDL_ttf.h“
#include “SDL/SDL_mixer.h“
#include 
#include 
#include 
//Screen attributes
const int SCREEN_WIDTH = 720;
const int SCREEN_HEIGHT = 480;
const int SCREEN_BPP = 32;
//The frame rate
const int frameS_PER_SECOND = 20;
//The attributes of the square
const int SQUARE_WIDTH = 20;
const int SQUARE_HEIGHT = 20;
const int CATCHER_HEIGHT = 20;
const int AWARD_HEIGHT=30;
const int AWARD_WIDTH=30;
const int PUNISH_HEIGHT=30;
const int PUNISH_WIDTH=30;
//Total particles
//The button states in the sprite sheet
const int CLIP_MOUSEAOVER = 0;         //菜单按钮
const int CLIP_MOUSEAOUT = 1;
const int CLIP_MOUSEBOVER  = 2;
const int CLIP_MOUSEBOUT= 3;
const int CLIP_MOUSECOVER = 4;
c

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-02-11 21:59  双人弹球\
     文件        5178  2014-12-28 17:29  双人弹球\award.png
     文件      372794  2014-12-22 19:09  双人弹球\background.png
     文件     3445261  2015-01-15 20:49  双人弹球\backgroundmusic.mp3
     目录           0  2016-07-30 19:01  双人弹球\bin\
     目录           0  2017-12-30 22:39  双人弹球\bin\Debug\
     文件       65704  2015-01-18 22:33  双人弹球\bin\Debug\Lazy.TTF
     文件      303616  2012-01-09 20:10  双人弹球\bin\Debug\SDL.dll
     文件       43520  2009-11-14 12:01  双人弹球\bin\Debug\SDL_image.dll
     文件      160256  2012-01-15 11:50  双人弹球\bin\Debug\SDL_mixer.dll
     文件       27136  2014-11-27 23:25  双人弹球\bin\Debug\SDL_ttf.dll
     文件        5178  2014-12-28 17:29  双人弹球\bin\Debug\award.png
     文件      372794  2014-12-22 19:09  双人弹球\bin\Debug\background.png
     文件     3445261  2015-01-15 20:49  双人弹球\bin\Debug\backgroundmusic.mp3
     文件         134  2014-12-25 00:30  双人弹球\bin\Debug\blue.bmp
     文件      430232  2015-01-16 19:39  双人弹球\bin\Debug\button.png
     文件        5880  2014-12-22 19:11  双人弹球\bin\Debug\catcher1.png
     文件        5264  2014-12-23 00:38  双人弹球\bin\Debug\catcher10.png
     文件        7903  2014-12-22 20:04  双人弹球\bin\Debug\catcher11.png
     文件        3747  2014-12-22 14:59  双人弹球\bin\Debug\catcher2.png
     文件        2612  2014-12-23 00:38  双人弹球\bin\Debug\catcher20.png
     文件        4652  2014-12-22 20:01  双人弹球\bin\Debug\catcher22.png
     文件      344858  2015-01-16 18:54  双人弹球\bin\Debug\db.png
     文件         134  2014-12-25 00:30  双人弹球\bin\Debug\green.bmp
     文件       27916  2015-01-07 00:17  双人弹球\bin\Debug\hit.wav
     文件      113664  2009-11-14 12:01  双人弹球\bin\Debug\jpeg.dll
     文件      328192  2012-01-20 21:01  双人弹球\bin\Debug\libFLAC-8.dll
     文件      461824  2014-11-27 23:25  双人弹球\bin\Debug\libfreetype-6.dll
     文件      107520  2014-12-04 14:34  双人弹球\bin\Debug\libgcc_s_dw2-1.dll
     文件      263168  2012-01-20 21:01  双人弹球\bin\Debug\libmikmod-2.dll
     文件       24064  2012-01-20 21:01  双人弹球\bin\Debug\libogg-0.dll
............此处省略49个文件信息

评论

共有 条评论