Pygame framework for making games easier.
Project description
batFramework
batFramework is a Python game framework built using Pygame, designed to simplify game development.
Purpose and Overview
The primary objective of batFramework is to streamline game development. It is mainly designed to program small 2D games
Installation and Setup
To install batFramework, you can use pip:
pip install batFramework
The only dependency required is pygame-ce.
Usage Instructions
To create a basic app using batFramework, here's an example:
import batFramework as bf
# Initialize the framework
bf.init(resolution=(1280, 720), window_caption="My Amazing Program")
# Create a manager and a scene
bf.Manager(bf.Scene("main")).run()
In practice, users can inherit bf.Scene to create their own scenes, adding specific behaviors, entities, etc.
Features and Functionalities
For more detailed information, please refer to the documentation.
License
MIT License
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
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 batframework-2.0.1.tar.gz.
File metadata
- Download URL: batframework-2.0.1.tar.gz
- Upload date:
- Size: 75.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89a178223fcc1a2449f377a8f54f785ff47b66c1421997e39493160168762154
|
|
| MD5 |
a6e98550e37bc237b82dc76addba0081
|
|
| BLAKE2b-256 |
0ea97b406faed8302c184652490e3a098c4821d55dee5ede5a478f7904e85801
|
File details
Details for the file batframework-2.0.1-py3-none-any.whl.
File metadata
- Download URL: batframework-2.0.1-py3-none-any.whl
- Upload date:
- Size: 98.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7be20419c738cb94b0bcaedc2e8c1953f0bc41273e4a81ef6a7ca58ea4090c3
|
|
| MD5 |
b5ab6ed0ccefb285b34ed2eabcc9df73
|
|
| BLAKE2b-256 |
ff16a142a76c1d3f41abf35398394fc451958d273ca94ca7d73642d3e52a385d
|