搜索资源列表
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
consnake
- 控制台版的贪吃蛇游戏,C++编译,不过你需要ncurses的库里的 ncurses-Include-Files 的几个文件。很简单。
hrd-1.0.tar
- 可以在Linux文本界面下运行的华容道游戏(C+ ncurses库)。-Linux version of the interface running under Puzzle (C ncurses library).
linux下运行的俄罗斯方块游戏的原代码
- 该程序是在linux下运行的俄罗斯方块游戏的原代码,使用ncurses作图形显示,提供速度和关卡选择, This procedure is the Russian block game original code which moves under linux, uses ncurses to make the graphical display, provides the speed and the checkpoint chooses
snaker
- 提供linux下的终端型贪吃蛇游戏代码和在51单片机上的贪吃蛇代码(都经过测试) 文档中的snake51.c为在51单片机上的贪吃蛇代码,此代码经过测试运行。 文档中的snake_curses.c为在linux系统中基于ncurses库编写的贪吃蛇代码,也经过测试运行。编译时用命令 gcc snake_curses.c -o snake -lcurses 即可生成可执行文件snake,可在linux下的终端运行 文档中的prints为在单片机的8x8led阵列上现实蛇身体点的函数
net_els
- 俄罗斯方块游戏,可实现网络对战,基于ncurses库实现-Tetris game, online play can be achieved
mysnake
- linux下基于ncurses库的贪吃蛇游戏 WASD以及上下左右键均可控制方向,P键暂停以及取消暂停,Q键退出游戏-A classic game of snake which based ncurses library, W,A,S,D and UP, DOWN, LEFT, RIGHT to control the direction P for PAUSE, Q for QUIT
Eros-exercise
- 俄罗斯方块。 使用ncurses在终端实现的俄罗斯方块游戏。-Tetris. Implemented in the terminal using ncurses Tetris game.
Nibbles
- A C++ (using ncurses as GUI) implementation of the DOS well known game Nibbles.