pygame-ai

Videogame AI package for PyGame


Keywords
pygame, ai, steering
License
CERN-OHL-S-2.0
Install
pip install pygame-ai==0.1.1

Documentation

PyGame AI

PyGame AI is a package built on PyGame that aims at implementing a bunch of common algorithms and techniques often used in Videogame AI. It is still a work in progress.

You can install it with pip:

pip install pygame-ai

And import it by doing:

import pygame_ai

or

import pygame_ai as pai

Please Read The Docs to learn all about the library. You can download an Example Game to see what the library can do and follow the Pygame AI Guide to learn how to use it.