资源列表
Russia-block-game
- 通过VHDL语言编成实现了简易的俄罗斯方块游戏机-Compiled through the VHDL language to achieve a simple Tetris game
Mine
- You can understand the method of C++,and have fun with this little game.
saoleiyuanma
- 扫雷程序,实现windows系统下的扫雷游戏-Mine clearance procedures, the realization of the windows system under the mine game
lua_code
- 将lua嵌入到c/c++ 将lua嵌入到c/c-embeded the lua into the c/C++
skyblue_Snake
- 经典游戏 贪食蛇 Visual C++开发-Classic Games Snake Visual C++ Development
孔明棋(手機遊戲)
- 此文件為孔明棋的source code,作業系統為Android,使用JAVA編寫
er2006.6.28
- 用八数码算法写的贴图游戏! 作了提示和等级设置功能!-with eight digital mapping algorithm written in the game! Tips and made grades of functional!
snake
- 这是我自己写的贪吃蛇,欢迎大家互相学习,互相交流,谢谢!-This is my own writing Snake, welcome to learn from each other, exchange, thank you!
EQ
- java编写的企业通信聊天工具,简易版- java written business communications chat tool QQ simple version
java五子棋游戏源代码
- java五子棋游戏源代码,此游戏代码简单,容易学,适合初学者使用学习!下载即用!
New-9
- 方块游戏 下落不同颜色的方块,同颜色消除-Block game different blocks fall with different colors the certain amount of the same blocks will be cleared
Clean_bomb
- // 程序思路: // 1,首先初始化二维数组,结构数组,定义好类以及结构体 // 2,填充全部空格,埋雷(),随机布雷. // 3,定义鼠标左键单击事件,显示格子属性(数字0-8,空地,雷区) // 4,鼠标右键单击标雷.再单击测消标雷 // 5,鼠标左右键齐击,自动计算数字周边已经显示全部雷数的3*3范围的数字己空格 // 6,利用注册表记录成绩信息,新纪录成绩记录写入注册表,记录最后一次打开的级别 // 7,消息拦截,拦截F2按键消息,重新开始游戏. //