资源列表
灰色按钮克星易语言版
- 在玩游戏时,有能将灰色按钮激活,这是用易语言写的,很好用哦,(Can activate the grey button)
贪吃蛇
- 坦克大战,黑白机系列,这是一种对童年的回忆,和从黑白机游戏到现在的发展经历(It's a game that you can enjoy it and remind this progress of game)
Tic Tac Toe
- 3*3井字棋的简单程序,电脑和人实现对战。(Tic Tac Toe is a simple game.You can play this game with a intelligent computer!)
zjy逃学记
- 自制c++小游戏,可以在Dev-C++5.4.2版本上编译通过。(Homemade c++ games, which can be compiled and passed in the Dev-C++5.4.2 version.)
Loom
- Unity多线程(Thread)和主线程(MainThread)交互使用类(Unity multithreading (Thread) and the main thread (MainThread) interactively use the class)
Fifteen
- 一个用python的pygame库编写的方格移动小游戏(The game of fifteen which is created by python module of pygame)
新建文本文档 (2)
- 最近学习了一些数据结构的知识,然后试着用链表实现一个小游戏(贪吃蛇),在网上看了一些别人写的代码,然后自己重新改写(以前是一个主函数,现在分成了几个小函数方便查看功能,加了内存释放函数)了。在这里发表自己的 第一篇技术博客,希望大家一起讨论、学习,如果有错误,大家积极指出,这样才会有进步!(Recently learned some knowledge of data structures, and then try to achieve a small game list (snake), s
main.c
- 新手入门级 简单扫雷小游戏for mac 无需conio.h(Simple Minesweeper for Mac)
cameraUse
- Unity中摄像机跟进和鼠标旋转的脚本示例,算是比较实用(A scr ipt for camera in Unity3D)
Cell
- 定义俄罗斯方块的每一个块,只是日常练习,仅供参考(Defining every block of the Russian square is just a daily practice)
Lua screen button
- 用于Principia游戏的Lua脚本 在屏幕上添加一个按钮或切换按钮 使用方法:解压,复制代码到游戏中Lua scr ipt对象里粘贴 两个文件 Normal.lua:普通按钮 按下输出信号 Toggle.lua:切换按钮 点击切换输出信号 输出接口OUT1 调整方式见代码(Lua scr ipt for the game Principia Adds a button or a toggle button on the screen How to use: Unzip, c
a_star
- A*的示例算法,用于路径最优寻解,能得到最优的路径,是游戏路径寻找中最常用的算法。(A*'s example algorithm for path optimization)