登录
首页 » Visual C++ » skyblue_BoxMan

skyblue_BoxMan

于 2009-02-07 发布 文件大小:655KB
0 357
下载积分: 1 下载次数: 5

代码说明:

  推箱子 源代码 大家可以参考学习一下……我爱vc(Sokoban everyone can refer to the source code to learn about ... ... I love vc)

文件列表:

skyblue_BoxMan
..............\BoxMan.cpp
..............\BoxMan.h
..............\BoxManWnd.cpp
..............\BoxManWnd.h
..............\BoxMan_Editer
..............\.............\BoxMan_Edit.cpp
..............\.............\BoxMan_Edit.h
..............\.............\BoxMan_Editer.aps
..............\.............\BoxMan_Editer.clw
..............\.............\BoxMan_Editer.cpp
..............\.............\BoxMan_Editer.dsp
..............\.............\BoxMan_Editer.dsw
..............\.............\BoxMan_Editer.exe
..............\.............\BoxMan_Editer.h
..............\.............\BoxMan_Editer.ncb
..............\.............\BoxMan_Editer.opt
..............\.............\BoxMan_Editer.plg
..............\.............\BoxMan_Editer.rc
..............\.............\BoxMan_EditerDoc.cpp
..............\.............\BoxMan_EditerDoc.h
..............\.............\BoxMan_EditerView.cpp
..............\.............\BoxMan_EditerView.h
..............\.............\Boxman_EditerWnd.cpp
..............\.............\Boxman_EditerWnd.h
..............\.............\LoadMapDlg.cpp
..............\.............\LoadMapDlg.h
..............\.............\MainFrm.cpp
..............\.............\MainFrm.h
..............\.............\map.info
..............\.............\map.info.bak
..............\.............\ReadMe.txt
..............\.............\res

..............\.............\...\BoxMan_Editer.rc2




..............\.............\...\ico00004.ico
..............\.............\...\ico00005.ico
..............\.............\...\idr_icon.ico
..............\.............\resource.h
..............\.............\StdAfx.cpp
..............\.............\StdAfx.h


..............\HelpDlg.cpp
..............\HelpDlg.h
..............\MainFrm.cpp
..............\MainFrm.h
..............\map.info
..............\map.info.bak
..............\map1.info
..............\MissionLevelDlg.cpp
..............\MissionLevelDlg.h
..............\move.wav
..............\push.wav
..............\ReadMe.txt
..............\res

..............\...\skyblue_BoxMan.rc2


..............\resource.h
..............\skyblue_BoxMan.aps
..............\skyblue_BoxMan.clw
..............\skyblue_BoxMan.cpp
..............\skyblue_BoxMan.dsp
..............\skyblue_BoxMan.dsw
..............\skyblue_BoxMan.exe
..............\skyblue_BoxMan.h
..............\skyblue_BoxMan.ncb
..............\skyblue_BoxMan.opt
..............\skyblue_BoxMan.plg
..............\skyblue_BoxMan.rc
..............\skyblue_BoxManDoc.cpp
..............\skyblue_BoxManDoc.h
..............\skyblue_BoxManView.cpp
..............\skyblue_BoxManView.h
..............\StdAfx.cpp
..............\StdAfx.h
..............\victory.wav

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • elsfk带算法
    很多编程爱好者都编写过俄罗斯方块的游戏程序。很久以前,我用Tc2.0也做过一个;最近有好些朋友看见我以前的俄罗斯方块的程序后, 问我是怎么做的。我一直想把这个程序的整个过程写一份详细的东西,(many programming enthusiasts are prepared off Tetris game procedures. A long time ago, I used a Tc2.0 have done; Recently, I saw some friends of the Russian block before the procedures and asked how I was doing. I always wanted to turn the whole process procedures for writing a detailed things,)
    2005-03-23 11:20:48下载
    积分:1
  • tanchishe2e53d2f2271b
    MFC编写的贪吃蛇小游戏,适合MFC图形动画开发学习者学习。(Snake game written in MFC for MFC graphics and animation to the development of learners.)
    2012-08-17 10:05:28下载
    积分:1
  • cx
    说明:  用c语言编写的俄罗斯方块,一款益智游戏,挺简单的(C language Tetris, a puzzle game, very simple.)
    2012-12-12 20:46:35下载
    积分:1
  • source
    《Visual C++游戏开发经典案例详解》书中的源代码,希望对大家有一些帮助!(" Visual C++ game development classic cases." book of the source code, we hope to have some help! )
    2011-12-27 10:34:45下载
    积分:1
  • GameBall
    弹球游戏,利用滑块移动碰撞弹球,使探球弹起碰撞商贩的滑块来赢得分数。(a game of ball ,ball and slider game,you can move the slider to collide the ball ,ball can move also to collide sliders where above the first slider.)
    2012-03-19 16:32:26下载
    积分:1
  • snake
    很简单的贪吃蛇,用的都是WINDOWS的API,不过是早期写的,可能可读性上差点,新手可以看(Snake is very simple)
    2011-07-09 18:38:28下载
    积分:1
  • ray
    随机设置了雷的位置,当用户输入的位置与雷的位置相同,则游戏结束。否则该位置处打印出笑脸。(Ray random set position when the user enters the same position and the position of mine, the game is over. Otherwise, the position of print faces.)
    2013-11-01 10:33:06下载
    积分:1
  • stone_choice
    很小很经典的一个游戏——取石子,一次只允许取1到3的整数,最后取走石子的一方失败。(A small classic games- from stone, to allow only take a 1-3 integer, and finally took away the stones of one loser.)
    2008-12-26 15:22:54下载
    积分:1
  • eluosifangkuai
    俄罗斯方块最终版本,是用c语言写的,可自动调整。(The final version of Tetris, with c language, can be automatically adjusted.)
    2015-09-29 09:19:47下载
    积分:1
  • C-xiangmu
    男人下100层小游戏,学校C语言项目用C写的。但是用到了C++的图形库,所以是CPP文件。几乎都是C的语法。是男人下100层小游戏。(100 men under the layer of small game, the school C language program written in C. But the use of the C++ graphics library, so is the CPP file. Almost all of the C syntax. Is the man under 100 layers of small game.)
    2013-10-08 09:58:33下载
    积分:1
  • 696518资源总数
  • 105873会员总数
  • 12今日下载