资源列表
tetris-base
- 俄罗斯方块用python代码实现,具有个性化功能,ad广告板等(tetris by python Tetris is implemented in Python code, with personalized features, ad boards, etc.)
2048
- 2048 游戏 用 c语言实现,能够实现其功能 和手机的一样(the game of 2048 use C make it ture)
tanchishe
- 这是一款基于c++语言的小游戏,可以锻炼读者的思维(This is a small game based on c++ language, which can train readers' thinking.)
EatSnake
- 基于C#的简易贪吃蛇小游戏,附带软件说明(Simple greedy Snake game)
ELSFK
- C++进行的俄罗斯方块的程序编写。控制台操作,可以随机产生图形,进行消除,计分等功能(C++'s program for Tetris. Console operation, you can randomly generate graphics, elimination, scoring and other functions.)
RubiksCube-TwophaseSolver-master
- 该算法可以在短时间内给出三阶魔方复原路线(The algorithm can give three order magic cube restoration path in a short time.)
c++ 俄罗斯方块
- 按键控制蛇吃方块,以增加长度和速度,并且能够得出分数和其他东西(Button control snake eating box)
基于basys3及VGA显示的俄罗斯方块游戏
- 本项目通过FPGA技术实现俄罗斯方块游戏并进行版面及玩法的创新。使用Basys3 FPGA作为主控平台,通过VGA接口显示俄罗斯方块游戏界面,并通过硬件按键模块操作游戏。
开心消消乐
- 用html5写的一款益智小游戏,达到与手机软件一致的效果,可用于微信开发(Using HTML5 to write a puzzle game, to achieve the same effect with mobile phone software, can be used for WeChat development)
unity制作的轮流变色小球,很费逻辑
- 输入红绿蓝三原色,五个小球,不停的变色,可以在五个小球上进行三种颜色的循环播放,从头到尾
推箱子游戏VC++(带exe文件)
- 用VC++做的推箱子游戏,只能推,不能拉。(The push box game made with VC++ can only be pushed and cannot be pulled.)
python版超级玛丽【高度仿真】
- python版超级玛丽【高度仿真】,与FC/NES版超级玛丽相比具有超高的还原度,代码质量高,适合python/pygame入门学习