pycho 0.0.1
Latest release
Released:
A game engine for Python 2 and 3 with built in AI
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (Copyright (c) 2014, eeue56 )
- Author: Enalicho
Classifiers
- Development Status
- License
- Natural Language
- Operating System
- Programming Language
- Topic
Project description
A game engine with inbuilt AI support written for Python 2 and 3.
Creating custom objects
Objects in pycho are both drawn and collided in the same way. populated_at is called when needed, and should return a list of (Color, x, y) tuples. These tuples are used to calculate collisions, by figuring out during movement if there is anything in the up coming square or not. Color is used for the drawing of the objects.
Groups of same-colored squares will be grouped together to improve drawing performance.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (Copyright (c) 2014, eeue56 )
- Author: Enalicho
Classifiers
- Development Status
- License
- Natural Language
- Operating System
- Programming Language
- Topic