搜索资源列表
elsfk带算法
- 很多编程爱好者都编写过俄罗斯方块的游戏程序。很久以前,我用Tc2.0也做过一个;最近有好些朋友看见我以前的俄罗斯方块的程序后, 问我是怎么做的。我一直想把这个程序的整个过程写一份详细的东西,-many programming enthusiasts are prepared off Tetris game procedures. A long time ago, I used a Tc2.0 have done; Recently, I saw some friends of the Russi
ALSFK
- 我看到一本杂志上关于俄罗斯方块小游戏的评论,一时兴奋就编了这个游戏,不足千行的代码就能实现了它的基本功能,有兴趣的朋友还可以把它的功能扩展一下-I saw a magazine on the Tetris game comments, a moment to compile the game exciting, less than thousands of lines of code it can realize the basic functions of friends who are in
tanshishe
- 自己在上网看到的C++编写的贪食蛇,拿来跟大家分享下-Saw himself in the Internet written in C++ Snake, used to share with you the next
eluosifangkuai
- 这是我在网上看见的一个程序,虽然有点小瑕疵,但是我感觉还是很不错的-I saw a program on the Internet, though a bit small flaws, but I still feel very good
eluosifangkuai
- 我看到一本杂志上关于俄罗斯方块小游戏的评论,一时兴奋就编了这个游戏,不足千行的代码就能实现了它的基本功能,有兴趣的朋友还可以把它的功能扩展一下 -I saw a magazine about Tetris game reviews, compiled a moment of excitement to the game, less than one thousand lines of code will be able to achieve its basic functions, intere
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
tictactoe
- 此代码是如何用C++语言实现一个简单的井字棋游戏,并且利用不同的技术在不同的用户界面上实现它。游戏的逻辑部分只用标准C++写了一次,并且使用了两种截然不同的技术用它来构建了2个应用:Win32 API,我不得不明确的指定一些工作例如创建一个窗口并且绘制它,还有就是使用XAML的Windows Runtime,这里framework为我做了大量的工作,是我能够专注于游戏逻辑的实现(并且当我需要去设计UI的时候,我们不仅仅只有手动声明这一种方法,不仅可以在XAML中,也可以在code behind里