资源列表
jingzi_game
- 从简单的学起,希望这个井字游戏能激发你的学习兴趣!
main
- Cat Mario 主程序库 The main function of Cat Mario-Cat Mario main program library The main function of Cat Mario
flappy
- 大神的C语言版flappy bird,可以随意修改,欢迎赐教讨论-Great God of the C language version of the flappy bird, free to modify, welcome to enlighten discussions
KNIGHT.C
- This a short game about 8 Knights Algorithm with some features of tricks in C programming.-This is a short game about 8 Knights Algorithm with some features of tricks in C programming.
communicate
- 通讯录~可以输入输出,修改名字和电话号码!用C++写的,新手,-Address Book ~ can be input and output, modify the name and phone number! Using C++ written by novice,
Polygon
- 多边形游戏算法,此算法包含游戏输入界面,可以设置多边形游戏的边的数量和边的权值。-Polygon game algorithm, this algorithm contains game input interface, you can set the number of sides of the polygon games and edge weights.
HSEL
- 這是龙族登陆器源代码里没有的HSEL.h-This is the nationality landers do not have the source code of HSEL.h
snake
- 自己用curse库编写的贪吃蛇,为了方便初学者学习,只包含了最核心的游戏功能,包括蛇的控制、变长,食物的随机产生等等基本内容,读者可自行补充游戏积分、游戏菜单等功能。-Library with a curse written in their own Snake, for the convenience of beginners to learn, only contains the core game features, including the snake control, variabl
matlab
- Face Recognition Face Recognition-Face RecognitionFace Recognition
cocoatest
- 学习基于cocoa2d的iOS游戏开发的入门例程-Learning game development based cocoa2d' s iOS entry routine
JavaGameArithmetic
- java 推箱子小游戏的基本算法,可以在实际的项目中参考、测试、使用-java game ,java game arithmetic
huarongdao
- 华容道游戏 通过键盘事件和鼠标事件来实现曹操、关羽等人物的移动。当人物发生鼠标事件或键盘事件时,如果鼠标指针的位置是在人物的下方(也就是组建的下半部分)或按下键盘上的“↓”键,该人物向下移动。向左、向右和向上的移动原理类似。