首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > tic_tac_toe游戏用C

tic_tac_toe游戏用C

  • 资源大小:78.52 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 游戏 tictactoe

资 源 简 介

Tic Tac Toe is a funny game usually played by school children. The Game : Here there are two vertical and two horizontal lines crossing each other so there are 9(3x3) spaces created.1st user enters a checkmark on any place and 2nd user do so after that with a different symbol.The user who completes a row or column or two diagonals wins the game. C language implementation : Here is the programming implementation of the game.Here user need to enter a position(a number from 1 to 9 for 9 position) and the computer do so after that.The program is fully compatible with Turbo C/Turbo C++ compiler.User(programmer) need to make some minor change for other compiler.
VIP VIP
0.176118s