AgUnreal
A simple Python package to create AI-Enhanced games.
Installation
pip install agunreal
Usage
from agunreal import Game, Scene, Player, Light, Skybox
game = Game("EpicBattle")
scene = Scene("ForestArena")
scene.add(Skybox("SkyNight"))
player = Player("Knight", model="knight.fbx", spawn=(0, 0, 1))
scene.add(player)
game.load_scene(scene)
game.run()
Release files for agunreal 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agunreal-0.1.0.tar.gz | 4.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agunreal-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.7 kB
Release files / agunreal-0.1.0.tar.gz
| Download URL | agunreal-0.1.0.tar.gz |
|---|---|
| Size | 4.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e01d76946732bed276b0fb3f9e2fec4cc10e81f649fbb8a4759fe6796808e02f
|
|
BLAKE2b-256 checksum How to use checksums |
f5e2b97e2d875ad0b9d8145572cd5dc5d15f0195b74d3949daae8ed315ca5d95
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.7
|
Release files / agunreal-0.1.0-py3-none-any.whl
| Download URL | agunreal-0.1.0-py3-none-any.whl |
|---|---|
| Size | 4.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
bb44f62dd4c0bc5bce9ddf7e9b5e24caf81af61ad6ff86f257e0f684c46d0f19
|
|
BLAKE2b-256 checksum How to use checksums |
4948291101e1843c5d930479fcf37309e6550fe7632f41c6c5e79e0f3a183e4c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.7
|