搜索资源列表
LingoSource
- 一个猜字游戏的源代码,主要是给游戏者五次机会来猜五个字母,给定两个字母的前提下。游戏本身具备难度设置,分为低中高三个层次。-ingo is a simple word game that is based on the popular TV game show format of the same name. The idea of the game is to give a player five chances to guess a five letter word, given two l
hidBall
- 自己写的一个小游戏 我设计了两种模式 方法避开白球就可以了,模式二还可以通过碰撞黄球获得一次*-To write a little game I designed a way to avoid the two models can be a white ball, mode two can also get a yellow ball collision to avoid killing
jg
- 一个《科学美国人》杂志上描述过的游戏-“Juniper Green”。-Juniper Green author: peng li This is a mathematic game-- "Juniper Green" which is discussed in the magazine <Sciencentific American,3,1997>. The game rules: Two players take turns removin
Maze
- 模拟实现电脑对迷宫出路的遍历,用户可以自己定义具体的迷宫,当然是通过在源码中修改二维数组-Analog computer on the way out of the maze traversal, users can define their own specific maze, of course, is a two-dimensional array by modifying the source code
fire_emble
- 基于Java的类似于扫雷的小游戏,里面用到了比较先进的A*算法,双向bf树算法等算法。-Java-based mini-games like Minesweeper, which uses the A* algorithm is relatively advanced, two-way tree algorithm bf algorithms.
tictactoe
- 此代码是如何用C++语言实现一个简单的井字棋游戏,并且利用不同的技术在不同的用户界面上实现它。游戏的逻辑部分只用标准C++写了一次,并且使用了两种截然不同的技术用它来构建了2个应用:Win32 API,我不得不明确的指定一些工作例如创建一个窗口并且绘制它,还有就是使用XAML的Windows Runtime,这里framework为我做了大量的工作,是我能够专注于游戏逻辑的实现(并且当我需要去设计UI的时候,我们不仅仅只有手动声明这一种方法,不仅可以在XAML中,也可以在code behind里
