Skip to content

A Python package that implements common AI techniques used in videogames, meant to be used with PyGame

License

Notifications You must be signed in to change notification settings

casillajec/pygame-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Python package that implements common AI techniques used in videogames, meant to be used with PyGame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages