搜索资源列表
maze
- 运用了设计模式中抽象工厂模式的迷宫游戏,不过只有两个房间,没有3d界面-The use of the design pattern abstract factory pattern maze game, but only two rooms, there is no 3d interface
five
- 整个的下棋过程(无论对方是电脑抑或其他网络玩家)可以分为:己方落子、等待对方落子、对方落子、设置己方棋盘数据这一系列过程,因此一人游戏类、二人游戏类和棋盘类之间的关系参考了AbstractFactory(抽象工厂)模式,以实现对两个不同模块进行一般化的控制。-failed to translate
maze
- 运用了设计模式中抽象工厂模式的迷宫游戏,不过只有两个房间,没有3d界面-The use of the design pattern abstract factory pattern maze game, but only two rooms, there is no 3d interface
扫雷
- 基于学习c#设计模式开发的扫雷小游戏,涉及委托、抽象类、重写、虚函数、工厂模式等知识点 可以根据代码进行扩展扫雷功能 适合初学者参考(Based on the learning c# design pattern of mine development game, involving the delegate, abstract class, rewrite, virtual function, factory model and other knowledge points You ca