资源列表
GreedySnake
- 简单的贪吃蛇游戏,可以成功运行于DEV变异环境,方便熟悉和更改设计思路。-Easily designed game Greedy Snake.It has been operated successfully in DEV environment.It can help you be familiar with this game and change the idea to redesign it.
guess-number
- 游戏规则:先点击按钮,让系统出个4位数字随机数,每一位都不重复,然后用户来猜,每猜一次,系统会告知猜的结果XAYB,A表示数字正确,位置也正确;B表示数字正确,位置不正确。例如,系统告知1A2B,表示你猜对3个数字,其中1个数字的位置猜正确,2个数字的位置不正确。直到你猜的结果为4A0B,才表示完全正确。看你最终需要几次能够猜出该4位随机数。一般而言,6次以内猜出的都有运气成分,6~8次猜出的是高智商。加油哦!-Rules of the game: first click on the butt
dice
- 模拟双骰子游戏,无需手动输入,调试过了,能计算玩家输赢!-Simulate two dice game, no need manual input, debugging, and calculate the player win!
Android2048GameLesson-master(un)
- 流行游戏2048的安卓源码,可用于安卓开发学习。-a popular game 2048
Crackedcarrot
- 热门游戏保卫萝卜的安卓源码,适用于中级安卓游戏开发学习-A popular game Crackecarrot
Billiard_2D
- 一款安卓平台的小游戏的源码,仅供安卓学习交流-A game Android platform source code, only for learning exchanges Andrews
fruit-machine-game
- VB编写的水果机游戏源码,喜欢搞游戏的可以参考一下-VB prepared fruit machine game source code
Tetris
- 简单的俄罗斯方块小程序,使用C#编写,适合初学者看-Simple Tetris program, written in C#, suitable for beginners
1
- 北邮 计算机实习 小游戏:俄罗斯方块 基于C++平台 完成简单的游戏功能-BUPT computer training games: Tetris
FlappyBird
- C++版FLAPPYBIRD 画面可能有些不流畅,难度适中-C++ FLAPPYBIRD
llk
- 连连看游戏源代码,可直接运行游戏,也可查看源代码学习使用。-Snake game source code, you can run the game directly, or you can view the source code to learn to use.
sudoku
- 递归方法可解决数独问题,在宏常量定义处更改N值可解决高阶数独-A program to solve sudoku