搜索资源列表
snake_tt03
- Linux下使用ncurses库制作的贪吃蛇的游戏,实现随机出现4种不同食物,实现加速、减长两种道具功能-Linux use ncurses library produced by the huge memory of the game, realize there were four different kinds of food, to achieve accelerated, reducing long two props function
snaker
- 提供linux下的终端型贪吃蛇游戏代码和在51单片机上的贪吃蛇代码(都经过测试) 文档中的snake51.c为在51单片机上的贪吃蛇代码,此代码经过测试运行。 文档中的snake_curses.c为在linux系统中基于ncurses库编写的贪吃蛇代码,也经过测试运行。编译时用命令 gcc snake_curses.c -o snake -lcurses 即可生成可执行文件snake,可在linux下的终端运行 文档中的prints为在单片机的8x8led阵列上现实蛇身体点的函数