搜索资源列表
2
- 贪吃蛇 c语言版, 仅供学习用,代码比较长,是用队列做的
tanchishe
- 这是一个用c语言开发的贪吃蛇代码的源代码,很好用哦
Snake
- C语言编写的贪吃蛇代码,游戏趣味性强,可作为编程练习用。-Snake C language code, the game interesting, in that they can use as a programming practice.
Snakegame
- C语言编译的贪吃蛇游戏,涉及图形编译,色彩编译等,彩色背景,不同的等级,很有趣,经典的代码-C language compiler of the Snake game, involving graphics compiler, the compiler, such as color, color background, different levels, it is interesting, classic code
222
- 用C语言贪吃蛇游戏的代码 这是一歌好玩的代码 可以借鉴 -Using C language snake game code that is a song from the code can be fun
tanchisheCPP
- 一个贪吃蛇的C++代码,用OPENGL的高级语言写的-Snake in a C++ code, with the high-level language to write OPENGL
Snake-source-code
- 本程序主要是通过C语言程序编写,完成了一个一个关于贪吃蛇小游戏的开发代码,简单可靠。-Snake source code
snake
- C语言版贪吃蛇小游戏代码,编译获通过,可放心。-C language version of Snake game code, the compiler passed, can rest assured.
HungryAntC-language-game
- 用c语言编的贪吃蛇小游戏的代码,希望采纳-Snake game code
snake2.5
- 贪吃蛇c语言代码,注意此程序不包含资源文件,仅供参考学习-snake game
snake
- 一款实现贪吃蛇游戏的代码,使用C语言编写-A Snake game code using C language
Snake
- C语言编写贪吃蛇源代码,简单易懂,文件为VC源代码,附txt代码和源代码程序-Snake source code written in C language, easy to understand, and file for VC source code, with a the txt code and source code program
Snake--Tetris--Othello
- 贪吃蛇、俄罗斯方块、黑白棋,C语言程序设计,都已完成测试,代码完全正确。-Snake, Tetris, Othello
c
- 这是用c语言编程实现的贪吃蛇游戏的代码,可在visual C++环境下调试成功-This is a Snake game c programming language code, debugging success in visual C++ environment
src
- 《深入体验C语言项目开发》赠送案例代码,包含贪吃蛇、五子棋游戏、潜艇大战游戏三个游戏。-Depth experience of C language project development " presented case code contains Snake, backgammon games, game three of the World War II submarine game.
snake.tar
- Linux系统上的基于SDL图形库的贪吃蛇C语言代码。-Linux system SDL graphics library based on the Snake C language code.
C_games
- C语言游戏代码(里面揽括扫雷/俄罗斯方块/推箱子/五子棋/贪吃蛇)-C language game code (including mine inside football/Tetris/Sokoban/backgammon/Snake)
Snake-code
- 贪吃蛇代码-C语言-VC++6.0 /*这是一个贪吃蛇代码,运行环境VC++6.0(亲测完美运行)*/ /*该程序在dos系统下运行,不需要graphics.h头文件*/ -Snake code-C language-VC++6.0 /* this is a Snake code, operating environment VC++6.0 (dear test run perfectly) /* this program to run in the DOS syste
tanchishe
- 基于Microsoft Visual C++ 用C++语言编写的贪吃蛇代码。蛇身可以移动,吃到食物后会自动加长,咬到自己即死亡。食物出现的地方随机。-Based on Microsoft Visual C++ using the C++ language Snake code. Snake can move automatically lengthened to eat food, bite himself and death. Local food appear random.
贪吃蛇-C语言控制台版
- C语言的处女作,让我奋战了整整一周的时间,在大一上期末考试前。。。 代码到现在也没优化过,因为我喜欢上python了。。。 v5.1版本加入了人工智障,没有机器学习,连算法都谈不上,不过虐虐手残党还是可以的。 v5.1是数组版的,写了快800行,预计以后会推出 链表版,图形化界面版,python版。