搜索资源列表
card_guess
- 实现一个能模拟简单猜扑克牌大小的 Win32 控制台游戏,-achieve a simple simulation can guess the size of a playing card Win32 console games,
riskgame
- 一个控制台游戏,自己觉得地图设计还是挺不错
Beijing40days.zip
- 一个控制台的游戏,很经典,是一个程序员面试的时候写的。值得新手学习。
五子棋
- 一个控制台下的五子棋游戏-one of the 331 console games
控制台上的闯城堡游戏
- C++编写的控制台上的闯城堡游戏-prepared by the C on the console Chuang Castle game
plastico-0[1].1-scr
- Plastico是一个多媒体控制台的前端,用于游戏,DVD重放,Web浏览,email,音乐以及更多。现在它在Win32系统中运行,在后一阶段中我将把这个GUI和一个开源OS相结合-Plastico is a front-end multimedia console for games, DVD playback, Web browsing, email, music and more. Now it Win32 operating s
dick-0[1].0.1.tar
- Dick Board Games是一个为QT, GTK和控制台提供的棋类游戏集(类似于tic-tac-toe),一行4个棋子,现在实现了tic-tac-toe。-Dick Board Games are a set of games provided for QT, GTK and control platform(similar to tic-tac-toe). four chessman one row. now it has re
mde-2.0.0.tar
- MDE 是 MiniGUI 的综合演示程序。主要的演示程序有:虚拟控制台程序、控件演示程序、对话框演示程序、字体演示程序、GDI 接口演示程序、看图程序、记事本程序、绘图程序、扫雷游戏、推箱子游戏、俄罗斯方块游戏、合并同类项游戏等。 -MDE MiniGUI is a comprehensive demonstration program. The main demo program are : Virtual Console proc
popo
- 一个用C编写的十分简单的泡泡龙游戏,模仿当前网上流行的网络游戏,不过这是个单机游戏,运行在控制台-a very simple preparation of the Beautiful Game, the current online imitate popular online games, But this is a stand-alone game, running on the console
HUNT
- 一个捉虫子游戏(C++课程设计时做的)。 通过该实践来加深理解面向对象编程里类的设计和使用(比如说继承,访问方式),里还有定时器和随机数的使用。该程序是用控制台写的。界面有点难看。 -a catch insects games (C++ programs designed to do). The adoption of the practice to deepen our understanding of object-orie
card_guess
- 实现一个能模拟简单猜扑克牌大小的 Win32 控制台游戏,-achieve a simple simulation can guess the size of a playing card Win32 console games,
rzVS
- 操作: "w" "s" "a" "d" 分别为 上 下 左 右 胜利条件: 控制 曾rz 吃掉所有的 囧 超级简单并且无聊的游戏 是用win32控制台写的 -Operating : "w" "s" "a" and "d" from top to bottom were about victory conditions
lifegame
- 根据生命细胞游戏的规则,用计算机对生命游戏进行简单的模拟,在c++控制台环境下完成-Cells in accordance with the rules of the game of life, using computer games to life a simple simulation, in c++ Console environment to complete
Freecell
- 控制台下的空当接龙游戏。支持多张牌从一列向另一列移动。具体玩法请参照Windows自带的的空当接龙游戏。-Empty when the next console game Solitaire. Support multiple cards from one mobile to another. Please refer to specific ways of Windows built-in Solitaire game when em
ConsoleGame
- 一些C#的控制台小游戏,有贪吃蛇,推箱子等等(Some console games of C#)
纸牌游戏
- 在控制台实现发牌与出牌的功能,虽然没有可视化窗口,但是代码有完成纸牌游戏的逻辑(In the console to achieve the licensing and licensing functions, although there is no visualization window, but the code is a complete card game logic)
饥荒快速输入控制台v3.3.6
- 这是饥荒游戏的控制台快速输入工具 可以下载来用(This is a famine game console fast input tool Can be downloaded to use)
小游戏
- linux socket 控制台小游戏。 九宫格ox。 仅供参开,请勿用于商业用途.(game with linux socket.)
控制台小游戏 class YZDEL
- 控制台小游戏 class YZDEL小程序(Console game class YZDEL applet)
祖玛游戏
- 文字祖玛游戏 需求如下: 1).程序通过控制台输出一个字符串,由A、B、C、D、E五个字母组成,例如:ACBEEBBAD。 2).用户输入一个字符,只能是A、B、C、D、E其中之一,然后再输入一个要插入的位置。 3).程序会将这个字符插入到字符串的指定位置前(第一个字符位置为0,第二个字符位置为1,依此类推),然后消除连续出现的三个相同的字符,直到没有连续三个相同的字符为止。 (本人的期末考试题)(Text Zuma game