资源列表
VB6蓋亞腳本免費開源
- Counter-Strike Online scr ipt
to -snake
- 贪吃蛇小游戏,C语言下的简单实现。窗口的简单使用。(Retro Snaker Simple implementation under C language. Simple window usage.)
新建文本文档
- 图片的上传和下载问题(包括前段页面和后台代码)(Upload and download pictures)
HapticPulse
- 射箭游戏VR中拉弓射箭的距离与震动力度成正比的功能性参考代码(When your virtual reality game project contains a arrow element,this scr ipt may help.)
扫雷
- 一个简单的C++扫雷游戏,可以供C++的初学者参考学习。(A simple C++ Minesweeper game)
4
- 1. 一条通路的二元组(i, j)数据序列,(i, j)表示通路上某一点的坐标。 2. 用一种标志(如数字8)在二维数组中标出该条通路,并在屏幕上输出二维数组。 3. 可以利用一个二维数组maze[i][j]表示迷宫,其中1<=i<=m,1<=j<=n。数组元素值为0表示该位置是墙壁,不能通行;元素值为1表示该位置是通路。假定从maze[1][1]出发,出口位于maze[m][n],移动方向可以是8个方向(东,东南,南,西南,西,西北,北和东北。(1. the two
CameController
- unity3D通过鼠标键盘控制Came摄像机做相应操作(Unity3D controls the Came camera by mouse and keyboard for proper operation)
小地图点到目标寻路RayTest
- 小地图寻路,用射线点击小地图实现游戏对象移动(Small map search, and click on the map of the map to move the game object)
贪吃蛇
- 贪吃蛇游戏代码,希望能给大家提供一个思路,谢谢(Snake game code, I hope we can provide a way of thinking, thank you!)
贪吃蛇
- 头一次试写的一款小程序,算是一个初级贪吃蛇版本吧,以后还会改进的,希望大家喜欢(This is a game programme that I wrote all by myself for the first time and I hope you will like it.)
calc_candy.py
- This is a beginner-friendly python practice.
c#版本的Astar算法
- 实现游戏中的寻路算法,偏向于unity中。(Achieve pathfinding algorithm in the game, biased in the unity.)