搜索资源列表
TicTacToe
- 用 Javascr ipt 写的小游戏 Tic Tac Toe,也就是井字棋。有简单的人工智能~
TicTacToe
- TicTacToe game code, for p2p
tictactoe
- 这款游戏名为井字棋,可以进行人机游戏.使用方法:通过鼠标点击区域与电脑进行互动.-Game called tic-tac-toe chess, man-machine game. Use: mouse click area and computer interaction.
tictactoe
- 好玩的井字游戏源程序,喜欢的就下来看看哈-The fun of tic-tac-toe game source, like down to look at the Ha
TicTacToe
- . 三连棋游戏(两人轮流在一有九格方盘上划加字或圆圈, 谁先把三个同一记号排成横线、直线、斜线, 即是胜者)-Triple game of chess (two turns in a nine grid square plate the program plus word or circle, who first arranged in a horizontal line, straight line, slash three the same token, that is the winner
tictactoe
- The game begins with a very short animation sequence showing the words "Tic tac Toe" being typed . The process cannot be skipped, and the reason I decided to ignore that option was because it seemed unnecessary to skip it when it take
TicTacToe
- 一个用C#编写的井字过三关游戏!挺好玩的!-TicTacToe Game with C#
tictactoe
- VB编写的井字游戏,拥有自动记录胜利、失败和平局功能-VB, Tic Tac Toe, with automatic record victory, defeat and a draw function
tictactoe
- 一个叫TICTACTOE的小游戏,用c++ 编写的,实现基本功能-an interesting game called TICTACTOE,with c++ code, and complement the basic function
tictactoe
- 此代码是如何用C++语言实现一个简单的井字棋游戏,并且利用不同的技术在不同的用户界面上实现它。游戏的逻辑部分只用标准C++写了一次,并且使用了两种截然不同的技术用它来构建了2个应用:Win32 API,我不得不明确的指定一些工作例如创建一个窗口并且绘制它,还有就是使用XAML的Windows Runtime,这里framework为我做了大量的工作,是我能够专注于游戏逻辑的实现(并且当我需要去设计UI的时候,我们不仅仅只有手动声明这一种方法,不仅可以在XAML中,也可以在code behind里
