搜索资源列表
wupusworld
- 巫魔世界是一个被墙所环绕的二维格子世界,相邻格子相通,洞穴在左下角。每一个格子可以包含agent或物体。考虑到格子世界的大小对于本次问题的讨论不具绝对的影响,因此设定格子世界的行和列均为N,因此在本实验中,巫魔世界是一个N*N的二维格子,将世界中格子以行和列的二元组标示,因此洞穴入口在[1,1]。本程序实现了一个巫魔世界小游戏。
homework_AI_wumpus_game
- 人工智能课堂作业,wumpus小游戏程序,原创
MaxMinAlgo
- 使用人工智能极大值极小值算法实现的井字棋游戏,有完整的工程及源码注释,可直接运行,并附带了程序运行的示例截图。-Maximum use of artificial intelligence algorithms to achieve the minimum chess game Tic Tac Toe, a complete engineering and source notes, can be directly run, and run the sample with a screensho
Snake
- 适用C++编写的人工智能程序,体现了人工智能的基本应用和联系。同时也是一个益智小游戏,让你自娱自乐。-Written in C++ for artificial intelligence programs, reflecting the basic applications of artificial intelligence and contacts. Is also a puzzle game allows you to entertain.
ASE
- 适用C++编写的人工智能程序,体现了人工智能的基本应用和联系。同时也是一个益智小游戏,让你自娱自乐。-Written in C++ for artificial intelligence programs, reflecting the basic applications of artificial intelligence and contacts. Is also a puzzle game allows you to entertain.
xiangqi
- 中国象棋的小游戏,属于一个简单的人工智能小应用程序,也可以作为一个小游戏进行交流。-Belongs to a simple artificial intelligence small application, also can be used as a small game for communication.
a-star-and--program
- 采用C语言编写,带源程序demo,本程序算法侧重使用a star实际解决在静态路网中以最快的速度,最小的代价搜寻地图或迷宫的最佳路径(可能不唯一),重点在于游戏中的NPC自动寻路-Using C language with source code demo, the program algorithm focuses a star practical solutions in the static road network to the fastest speed, minimize the c
tictactoe
- 人工智能的一字棋游戏,VC++单文档应用程序,使用博弈树的极大极小过程和α-β剪枝算法。-It is a line game, it is a single docment application program, use the max-min and α-β pruning algorithm.