登录
首页 » Visual C++ » MY-Project

MY-Project

于 2013-09-09 发布 文件大小:6270KB
0 160
下载积分: 1 下载次数: 2

代码说明:

  俄罗斯方块游戏的c++简单实现,参考学习很有价值(Tetris game c++ simple realization, learning valuable reference)

文件列表:

MY Project
..........\Awesome Tetris
..........\..............\Awesome Tetris
..........\..............\..............\Awesome Tetris.dsp,4922,2008-09-11
..........\..............\..............\Awesome Tetris.dsw,553,2008-09-06
..........\..............\..............\Awesome Tetris.ncb,66560,2012-11-23
..........\..............\..............\Awesome Tetris.opt,48640,2012-11-23
..........\..............\..............\Awesome Tetris.plg,1006,2012-11-23
..........\..............\..............\colorConsole.cpp,1366,2008-09-06
..........\..............\..............\colorConsole.h,175,2008-08-31
..........\..............\..............\Debug
..........\..............\..............\.....\Awesome Tetris.bsc,2786304,2012-10-09
..........\..............\..............\.....\Awesome Tetris.exe,610423,2012-11-23
..........\..............\..............\.....\Awesome Tetris.ilk,872484,2012-11-23
..........\..............\..............\.....\Awesome Tetris.pch,4459488,2012-10-09
..........\..............\..............\.....\Awesome Tetris.pdb,1221632,2012-10-09
..........\..............\..............\.....\colorConsole.obj,43617,2010-09-18
..........\..............\..............\.....\colorConsole.sbr,0,2010-09-18
..........\..............\..............\.....\funcs.obj,379251,2010-09-18
..........\..............\..............\.....\funcs.sbr,0,2010-09-18
..........\..............\..............\.....\main.obj,23833,2012-11-23
..........\..............\..............\.....\main.sbr,0,2012-11-23
..........\..............\..............\.....\StdAfx.obj,2077,2010-09-18
..........\..............\..............\.....\StdAfx.sbr,0,2010-09-18
..........\..............\..............\.....\vc60.idb,222208,2012-11-23
..........\..............\..............\.....\vc60.pdb,126976,2012-10-09
..........\..............\..............\defination.h,137,2008-09-08
..........\..............\..............\funcs.cpp,9352,2008-09-11
..........\..............\..............\fun_declare.h,1015,2008-09-11
..........\..............\..............\main.cpp,5612,2008-09-11
..........\..............\..............\resource.h,390,2008-09-01
..........\..............\..............\savelevel.dat,3,2008-09-11
..........\..............\..............\savemap.dat,1280,2008-09-11
..........\..............\..............\savescore.dat,3,2008-09-11
..........\..............\..............\StdAfx.cpp,297,2008-09-06
..........\..............\..............\StdAfx.h,769,2008-09-06
..........\计算机实习报告.doc,399360,2008-09-12

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

发表评论

0 个回复

  • ptdma
    可把一块图片分割几部份,切片数量可由用户定制,游戏开始后顺序打乱,然后让你拼图。(A picture can be split into several parts, cut the number of user customization, upset the order after the start of the game, and then let you puzzle.)
    2011-04-20 22:12:07下载
    积分:1
  • TheTetrisGame
    经典游戏俄罗斯方块的一种简单实现,支持玩家信息的保存和统计。(A classic game of Tetris simple implementation, support the players the preservation of information and statistics.)
    2013-09-11 14:46:11下载
    积分:1
  • pintu
    一款有助于开发智力的拼图游戏,可以自由添加自己喜欢的图片,并进行3*3,4*4等分割(A contribute to the development of intelligence jigsaw puzzle, you can freely add their favorite pictures and 3* 3,4* 4 split)
    2013-04-16 12:01:18下载
    积分:1
  • sanlianqi-
    用c++编写的可以进行人人交战和人机交战的三连棋简洁版游戏(Can be prepared using c++ all three warring warring and human concise version of the game with chess)
    2013-07-15 18:47:34下载
    积分:1
  • Lianliankan
    一个好玩的连连看游戏,用Visual Basic 语言开发,我只完成了基本代码,请多多指教。(Lianliankan a fun game, developed in Visual Basic language, I only completed the basic code, exhibitions.)
    2011-08-05 20:44:07下载
    积分:1
  • 2004102120533898
    经典小游戏很好的的在品台上运行,希望大家能喜欢(A good classic game to run on stage in the product, I hope you like)
    2011-09-21 12:30:27下载
    积分:1
  • Solution1
    用vb.net做的大富翁,a Console Application that models the game of Monopoly.Houses • Hotels • Rolling doubles • Players will not be allowed to sell properties once purchased. • Players may mortgage a property but it will remain mortgaged for the rest of the game. • No one will ever go to jail.(vb.net do with the millionaires, a Console Application models that the game of Monopoly.Houses Hotels## 8226 8226 8226 Rolling doubles# Players will not be allowed to sell properties once purchased.# 8226 Players may mortgage a property but it will remain mortgaged for the rest of the game.# 8226 No one will ever go to jail.)
    2005-04-23 07:33:09下载
    积分:1
  • Eluosi
    以前写的一个俄罗斯方块程序 纯Windows API 和 GDI接口编写的 是学习Windows编程的好例子(A Tetris program used to write pure Windows API the GDI interface to write is a good example to learn Windows programming)
    2012-09-07 13:12:21下载
    积分:1
  • tanchi
    这是一个贪吃蛇游戏的源程序,可通过控制蛇身的上下左右移动吃到食物后,蛇身增加,最后可输出成绩(This is a Snake game source code can be up and down by controlling the snake to eat the food and move around, the snake increases, the final output results)
    2010-11-29 13:32:23下载
    积分:1
  • Tetris
    简单实现俄罗斯方块的源代码,使用C++编写,基于cocos2d-x 3.0alpha1编写(Simple implementation of Tetris source code)
    2015-03-05 11:06:12下载
    积分:1
  • 696522资源总数
  • 104042会员总数
  • 18今日下载