资源简介
双人弹球
代码片段和文件信息
#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个文件信息
- 上一篇:c++ 贪吃蛇 A0.1
- 下一篇:C++/CLI Windows窗体应用程序
相关资源
- C++/CLI Windows窗体应用程序
- c++ 贪吃蛇 A0.1
- c++控制台飞机大战 游戏源码
- c++ 超级玛丽游戏
- c++ 打怪小游戏
- c++ 坦克大战 小游戏源码(tc库)
- c++ 打飞机小游戏源码可保存数据5个
- c++ 飞扬的小鸟 小游戏
- c++ 双人俄罗斯方块 游戏源码
- C++ 打僵尸小游戏
- c++ 贪吃蛇源代码
- C++ 打僵尸小游戏 快速版
- 圣域之战C++(动态字幕输出)
- 三国杀小游戏源码(c++入门)
- c++ 魔兽世界(入门级)
- c++ 飞机大战 游戏源码
- c++战争世界小游戏源码(WarWorldV0.0.
- c++ 扫雷游戏
- c++ 五子棋小游戏源码
- c++ 贪吃蛇 小游戏源码
- c++ 俄罗斯方块 游戏源码
- c++ 打飞机 小游戏源码(入门级)
- c++ 扫雷游戏源码
- c++ 2048游戏源码
- 赞c++ 推箱子 游戏开发
- c++ 贪吃蛇
- 吃豆人c++源码
- c++ 贪吃蛇 小游戏源码(支持难度级别
- C++坦克大战彩色(控制台小游戏源码
- c++ 小鸟飞
评论
共有 条评论