▍1. hexdump-2.0.0
Blender plugin to load Ninja Ripper dump
在本实验中, Pacman 智能体将找到通过迷宫世界的路径, 既包括到达一个指定的位置,也包括高效地搜集食物。我们编辑文件search.py和searchAgents.py,编写一系列吃豆人程序,包括到达指定位置以及有效的吃豆,并将其应用到Pacman场景,完成对相关人工智能功能的完善。(pacman,achieve search)
基于Python的青蛙过河游戏,每次移动一个青蛙,可以实现后悔功能(Python-based Frogger game, every move a frog, you can achieve regret function)
青少年如何使用 Python 开始游戏开发(Teaching teenagers how to use Python start game development)
自己编的一个很简单的设计游戏,可以射击随机目标,随机障碍物,人物移动等(I write very easy code,shot random target,random barrir,)
三维游戏引擎Panda3D的最新版本电子书1.7版。是入门的好教程。还有一本是1.6版本。这两本是互补关系(The book is used for making game with Panda3D.This book is 1.7 writen by python.)
用python语言写的俄罗斯方块,经典,大家可以看看玩玩(Python language used to write Tetris, the classic, we can look at play)
基于PYTHON的的坦克大战 支持坦克升级,购买道具( Tankedaizhan based on PYTHON Support tank upgrade, buy items)
基于PYTHON的的坦克大战 支持坦克升级,购买道具( Tankedaizhan based on PYTHON Support tank upgrade, buy items)
英国国际跳棋(英国英语)或跳棋(美国英语、加拿大英语),又称美国跳棋或直棋,是一种棋盘游戏棋。它是在一个8×8方板(共六十四平方)每侧有十二块。棋子的移动和捕获对角。他们可能只前进直到他们到达的板的另一端,当他们加冕,然后可以移动和捕获的向后和向前的。(English draughts (British English) or checkers (American English and Canadian English), also called American checkers or Straight checkers, is a form of the board game draughts. It is played on an 8×8 square board (with sixty-four total squares) with twelve pieces on each side. The pieces move and capture diagonally. They may only move forward until they reach the opposite end of the board, when they are crowned and may thereafter move and capture both backward and forward.)
一个小游戏,通过方向键控制人物左右行走从而吃到笑脸或哭脸。吃到笑脸得10分,吃到哭脸失去10分。(A little game about walking through the arrow keys to control the character to eat smiley face or sad face. Eat smiley 10 points, eat sad to lose 10 points.)
Builds game map given an input file with pre-specified format.
Packt - Panda3D 1.7 Game Development Cookbook 2011 RETAiL eBOOk(Packt- Panda3D 1.7 Game Development Cookbook 2011 RETAiL eBOOk)
游戏逻辑是用python实现的,底层用D3D绘制。对于初学D3D与python的朋友有帮助,其中还有从C++扩展python的方法。(Game logic is to use python to achieve, the underlying mapping using D3D. D3D and python for beginner friends have to help, including from the C++ Expansion python method.)