搜索资源列表
LifeGamechengxu
- 生命游戏的VC实现。 生命游戏其实是一个零玩家游戏。它包括一个二维矩形世界,这个世界中的每个方格居住着一个活着的或死了的细胞。一个细胞在下一个时刻生死取决于相邻八个方格中活着的或死了的细胞的数量。如果相邻方格活着的细胞数量过多,这个细胞会因为资源匮乏而在下一个时刻死去;相反,如果周围活细胞过少,这个细胞会因太孤单而死去。-The realization of the VC games to life. Game of Life is a zero-player games. It include
215
- 用c语言编写的推箱子游戏。玩家通过上下左右键推箱子,当箱子全部推到目的地后出现过关信息并显示下一关,推错了,玩家可以按空格键重新开始。-With the c language of the Sokoban game. Sokoban by key players from top to bottom left, when the box after all pushed to the destination customs clearance information, and display t
A_Mastermind
- C++ classes for the classic Mastermind board game including Code, Player, CodeMaker, and CodeBreaker.
guess
- 用C++编写的逻辑猜数的小游戏,系统随机生成四个数字,让玩家猜测,根据玩家的输入给出提示,玩家根据提示修改自己的答案,从而得到正确的结果。-Written using C++ logical guessing game, the system randomly generates four numbers, allowing the player guess, according to the player' s input is given prompt, players modify
elsfk
- 该文件是用C#语言写的俄罗斯方块源代码,实现了传统俄罗斯方块游戏的功能,并且还添加了音乐播放器,可以一边玩游戏,一边听音乐。-The document is written in C# Tetris source code, to achieve the traditional Tetris game functionality, and also added a music player, you can while playing games, listening to music.
Pair-Sorter
- This program is an obfuscated code for the common, popular, two-player game Reversi, in C++ programming language.
VisualCPPCodeforGames
- 《Visual C++游戏开发经典案例详解》代码 里面有五子棋、黑白棋、连连看、推箱子、贪吃蛇、俄罗斯方块、扫雷等游戏的源代码。还有一些其他的小代码,比如网络通信、mp3播放器、图片浏览器等等。非常适合vc++的学习者。-"Visual C Detailed classic case of game developers code There are backgammon, Othello, Lianliankan, Sokoban, Snake, Tetris, Minesweepe
Turboc_RusaBoxGame
- 使用TurboC编写的俄罗斯方块小游戏,对于初期学习C的同学非常有帮助,即使不能编译,你也可以借鉴其中的思路,这是单人版本-TurboC s rusabox game, study is very help, Complile is diffcult, but the method is very good.this is single player
russia
- 用C语言编写的在TC环境下实现的单机版俄罗斯方块小游戏。它支持键盘操作和7种不同类型的方块的旋转变换,并且界面上显示下一个方块的提示以及当前的玩家得分。-Using C language TC environment in the realization of the single version of Tetris game. It supports the keyboard and 7 different types of block rotation, and the interface
mj-1.6-src
- unix下的一个带客户端的麻将游戏 带源码-$Header: /home/jcb/newmj/RCS/README,v 11.4 2003/03/15 12:42:44 jcb Rel $ This is the README file for the Unix mah-jong programs by J. C. Bradfield. NOTICES: -------- Please see the file LICENCE for terms and c
21
- 使用C语言实现的21点。 (1) 程序中一共有 13 张扑克牌可以随机抽取,大于 10 的点数计半点; (2) 高级玩家可以查看下一张牌,按 H 键,然后要求输入密码,密码正确可以看牌,并决定是否要牌;-BlackJack in C. (A) 13 cards can be randomly selected, card with more than 10 points counted as half jack (B) Press the H key, and then
PA1_TicTacToe
- This a Tic Tac Toe Game developed in C++ by me as a part of my curriculum.Tic Tac Toe is a two player mind game . I have developed this game in Dev C++ IDE using OOPS concepts in C++. This is a console based game. The game asks about the matrix row a
caidanci
- C++编写的猜单词小游戏,玩家根据组成单词的字母个数猜出单词,猜的次数可以指定。分为人机对战和人人对战。-players guess the word based on the number of letters .you can play the game with the computer or the other player
Cat-and-mouse
- 自创的一个猫抓老鼠的小游戏。c语言编写。能在在Windows窗口运行。s表示老鼠,M表示猫。老鼠按随机路线窜动,玩家用键操纵猫的移动。当老鼠看见猫时会相反方向逃跑,遇到墙口时马上转弯。-Own a cat and mouse game. c language. It can run on Windows window. s represents mice, M is the cat. Mice were randomly route ran, the player with the key mo
001
- 24点是一个古老而常新的益智游戏,本程序采用模块化的设计模式,用命令提示符的方式来设计算法。 一、 需求分析: 1、程序流程及功能简介: (1) 随机产生四个1-13的数,分别代表13张牌。 (2) 提示玩家输入算式。 (3) 判断玩家输入的表达式是否合法,其中算式中的四个数字只能是程序所给的四个数字,非法则回到(1)。 (4) 如果玩家认为这四张牌算不出24点(如:1,1,1,1),可只输入?,程序将判断这四张牌是否能得出24点,如果能,则程序将给出算式,如果不能,说明