A simple package for creating AI-Enhanced games.
Project description
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()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
agunreal-0.1.0.tar.gz
(4.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agunreal-0.1.0.tar.gz.
File metadata
- Download URL: agunreal-0.1.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e01d76946732bed276b0fb3f9e2fec4cc10e81f649fbb8a4759fe6796808e02f
|
|
| MD5 |
acee1376d48c5f04710f24a2c22613a9
|
|
| BLAKE2b-256 |
f5e2b97e2d875ad0b9d8145572cd5dc5d15f0195b74d3949daae8ed315ca5d95
|
File details
Details for the file agunreal-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agunreal-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb44f62dd4c0bc5bce9ddf7e9b5e24caf81af61ad6ff86f257e0f684c46d0f19
|
|
| MD5 |
06ba9b65fc7cc71f14ad9e4696350894
|
|
| BLAKE2b-256 |
4948291101e1843c5d930479fcf37309e6550fe7632f41c6c5e79e0f3a183e4c
|