搜索资源列表
MyRussionBlock
- 自己使用C#编写的一个俄罗斯方块游戏。 完全使用面向对象思想,具有很强的可扩展性。支持多种游戏模式,可以自定义新种类的方块,可记录游戏积分并查看排行榜等。-its own use C# prepared a Tetris game. Full use of object-oriented thinking, and highly scalable. Support for multiple game modes, and can define new types of sheet, it c
贪食蛇--新1
- 自己写的贪吃蛇游戏,体现了完整的面向对象思想-himself wrote the Snake games, reflects the integrity of the object-oriented thinking
用VC制作小程序
- 简单的扫雷游戏 本文从分析Windows扫雷游戏的功能特点开始,应用面向对象的可视化编程语言Visual C++给出了个功能模块的具体实现方法,并提供了编写小游戏程序的一般方法和Visual C++的一些使用技巧。 -simple game of mine is mine from the analysis of Windows features games, the application of object-oriented visual programming language Visua
Test
- MFC平台 打砖块游戏代码 面向对象程序设计思想编写 -MFC platform BrickBreaker design object-oriented programming code written
05_水管工源代码
- 水管工游戏 本游戏结合面向对象的开发模式,参考原版的任天堂公司水管工游戏,争取能够实现原游戏的基本功能,并在此基础之上我们再对其进行一些功能的扩展,如能够支持多的玩家在网上进行联机对战(此项功能有望再下次阶段实现)。-plumbing game this game based on object-oriented development model, the reference to the original Nintendo plumbing games for the original
Snake
- 项目描述:贪吃蛇游戏,实现了蛇,食物,界面等对象。实现了蛇的移动,食物的随机出现以及蛇吃食物变长和蛇移动,食物的随机出现以及蛇吃食物变长和蛇移动到界面外死亡的功能,本项目主要是练习 面向对象的思想,SWING,多线程,事件监听,容器,泛型以及接口的使用等 -Project Descr iption: Snake game, achieve a snake, food, and other interface objects. Implementation of the snake mov
Terminator
- 一个捉虫子游戏(C++课程设计时做的)。 通过该实践来加深理解面向对象编程里类的设计和使用(比如说继承,访问方式),里还有定时器和随机数的使用。-a catch insects games (C++ programs designed to do). The adoption of the practice to deepen our understanding of object-oriented programming category Lane in the design and use
Snakes_and_Ladders
- Snakes & Ladders Using java & ruby programming language ,, Perfect code
OTHELLO
- Othello game in object oriented programming
Game
- 小游戏,剪刀石头布。用c++编译,主要学习C++的面向对象编程-Games, Rock Paper Scissors. C++ compiler with the main learning C++, object-oriented programming
joseph
- 约瑟夫环问题(出圈游戏)。采用面向对象的方式实现。-Joseph Ring question (out of ring games). Object-oriented ways.
MyGame
- 一个简单的游戏 主要联系面向对象编程思想 C#语言编写 涉及到很多C#知识 有详细注释 很适合学习用。-A simple game main contact object-oriented programming ideas c# language preparation concernes many c# knowledge have detailed comments is a fit place for study.
MFC-Snake
- MFC平台贪吃蛇游戏 用面向对象程序设计思想编写 和简单的一款游戏 算法测试 没有太多可玩性-Snake MFC platform design using object-oriented program written and simple algorithm for testing a game is not much playability
net_tank
- 坦克游戏的局域网对战C++版,包括游戏代码和地图编辑器代码,游戏采用同步TCP通讯方式,封装directdraw绘制图形,简单的UI,类似魔兽争霸的局域网建主加入,地图编辑器采用MFC编写,代码尽量采用面向对象方式编程,但也有不足之处-Battle Tank LAN version of the game, using synchronous TCP communications, packaging directdraw to draw graphics, simple UI, similar
quickhit
- QuickHit游戏考验你键盘输入的速度和准确性,设计该游戏时运用面向对象的方法,具体类实现抽象类,抽象方法,子类继承父类等。-QuickHit games will test your keyboard speed and accuracy, the design of the game to use object-oriented approach, the specific class implements the abstract class, abstract method, the
CPP-Module-II
- Module II is the second course in the C++ Programming for Game Developers series. Recall that in Module I we started off by studying fundamental programming concepts like variables, console input and output, arrays, conditional statements, strings, l
pintuyouxi
- 拼图游戏:采用面向对象思想设计设计一个CPuzzle类,对图像进行分割管理。-Puzzle: The object-oriented thinking design to design a CPuzzle class, management of image segmentation.
TestSnake
- 俄罗斯方块QT实现,利用C++面向对象基础,实现的,可以参考学习-Tetris QT using C object-oriented basis, to achieve, can refer to learning
snakeGame
- 一个java swing 的贪吃蛇游戏,算法很有代表性 面向对象的主程序-Representation of object-oriented main program is a java Swing Snake game, the algorithm is very
Tetris
- 本程序为俄罗斯方块小游戏,实现基本的功能。亮点是采用面向对象设计,并运用工厂模式设计底层数据。-This program is a game of Tetris, the basic functions. The highlight is the use of object-oriented design, and the use of the factory pattern design of the underlying data.