Skip to main content

This is a really cool game/physics/application engine written in pygame!

Project description

Blaze Sudio Banner

A game engine for Python lovers! ❤️

Docs Website

Fox icon CURRENT VERSION: v3.2.0 (🌿 Kindle)

pip install Blaze-Sudio[all]

But please see the installation section for detailed instructions.

Built with ♥️

🗂️ Table of contents

🔝 Top
🚀 About
💡 Things to note
🛠️ Installation
📚 Library usage & features
💻️ The terminal script
🗨️ Contributing
🔜 Next versions
⭐️ Star History

The docs are in progress. If you are working offline, you can look in the docs folder of this repo (not the built package) or if you're online, https://tsunami014.gitbook.io/blaze-sudios

🚀 About

Powered by Wi-Fi and wild optimism

Blaze Sudio is an open source graphical game creation software.

Thanks to the one and only @Imzafish for the name! (Yes, it was originally a typo I decided to incorperate into the idea.)

Also known as:

  • The putgamecreatorsoutofbusinessanator (Thanks to @Faunder.real for that one)
  • One piece of code to rule them all!

💡 Things to note

Version stuff
PyPi version
Python versions: 3.10, 3.11, 3.12
OSs: Linux & Windows
Statuses
Build collisions status
Doesn't contain tree nuts
Publish to PyPI status
Stats
I've done a crap ton of commits
I've also done a ton of releases too
Contributers (But really I did all the work)
v3.0.0 released: Sept 19, 2024
Worked on since Aug 19, 2023 (But back then it was called AIHub, now that's a different thing; if you want to compare to something compare to when v3.0.0 was released)

This is a very early version, and there are many things that are not yet implemented. Please be patient, and if you want to help, please do! PRs are welcome!

This project comes with 2 python libraries built into it;

  • Pyldtk - I edited this library SO MUCH you wouldn't understand.
  • textboxify - I needed to integrate it with my existing Element class

The default theme is entirely taken from the ThemeWood, made by Pixel-boy and AAA; and is freely avaliable here. Thanks heaps to them!!

📔 How to use

🛠️ Installation

Works on my machine

Are you ready? This is the most complicated installation process of any python library that exists ever. Remember to join the discord server if you need any help.

  1. Run pip install Blaze-Sudio[all]
  2. Rejoice in happiness as your library gets installed, pain-free (hopefully).

⛏️ Installing from source

git clone https://github.com/Tsunami014/Blaze-Sudio.git
cd Blaze-Sudio
pip install .[all]

📜 Optional requirements

You don't need to install everything, so here is a list of all the optional requirements and what they do:

  • Blaze-Sudio[all] - Installs all of the below.
  • Blaze-Sudio[game] - Installs the required dependencies for the game, graphics & collisions module (everything you need to make a game with) including some extras for extra functionality (e.g. utils).
  • Blaze-Sudio[collisions] - Installs the required dependencies for the collisions module.
  • Blaze-Sudio[image] - Installs the required dependencies for the element Gen module.
  • Blaze-Sudio[graphics] - Installs the required dependencies for the graphics module.
  • Blaze-Sudio - Doesn't install anything, just the library. But nothing in it will work.

You can also install multiple of these at a time like so: pip install Blaze-Sudio[graphics,collisions].

📚 Library usage & features

Demos are avaliable in demos.py for any main part of the library, which are all described in the subheadings below.

And if you want full, in-depth explanation of each thing Blaze Sudio has to offer and how to use it all, visit the docs: Offine 🖥️ / Online 🌐.

🧱 The collisions module [collisions] / [game]

BlazeSudio.collisions is something I have spent a very long time on. It contains many different classes and functions for all sorts of shapes; Points, Lines, Circles, Rects, Polygons, and more. with functions to check for collision, find where the shape is colliding, where the nearest point on that shape is to any other shape, find the tangent off of the shape at a certain point, but also there is a function to calculate what happens to the shape once it bounces off any other objects!! It's too exciting for me to be able to explain it here, so make sure you take a look at the demos.py and choose the Collisions demo.

💻️ The graphics module [graphics] / [game]

This is a module for having buttons, switches, colour pickers, scrollable screens, you name it - all in Pygame.

🎮️ The Game module [game]

A simple demo is kinda hard because you need an ldtk file to make the levels with, but if you want there are some demo games here for you to see how making games is structured. It may be a little confusing, BUT DON'T WORRY as making a game is super easy with the help of the documentation, no matter how hard you think this may look. It is all explained there.

🖼️ The ldtk module [game] ([collisions] & [graphics])

This module is built off of Pyldtk but with many more features and much more polished. It is for loading LDtk files into a form easily able to be used in games and pygame applications and things.

🧪 The test module [collisions]

Some functions I made for testing that seemed useful. Also contains tests for different parts of the library (currently just the collisions tho).

➿ Element generation [graphics] & [image]

This module was designed to make making game elements easier (e.g. textures and stuff) and was inspired by other similar things (e.g. the one in Blender). It kinda works at the moment, but there are very little features (but making more is super easy) and not much functionality except for the editor, so if you wanted something fully complete then don't use this unless you'd like to help too..? PRs mostly* welcome.

*Unless it's about something like spelling or whitespace or other minor bits of the application I could fix very easily in one line; in that case just tell me and I'll fix it

🧩 The utils module [game]

The utils module is full of random things that you may find useful, including:

  • genCollisions: Functions to generate collision Polygons from input pygame surfaces for finding collisions of tiles and things.
  • wrap: An entire module dedicated to the wrapping of images into circles. You have to see the demo, it's AWESOME!

💻️ The terminal script

If you have installed BlazeSudio into your global pip, you should be able to run the BlazeSudio command in your terminal. This is a script to really quickly make a new project or open the docs. you can run with BlazeSudio --help to see all the options.

🗨️ Contributing

If you would like to report a bug, security vulnerability, request a feature, etc. then make a new issue about it. If you know how to code, you can fork this repo and make a PR!

Please join our Discord server here (I need friends): Discord server link for any information, queries, bugs, conversations, etc. that you may have! Alternatively (as said before), you can post bug reports/ideas in the Github issues.

Just modifying whitespace or anything else that doesn't actually do anything won't be accepted (but if it's a spelling miss-steak or a broken link or something then you can tell me about it on Discord and I can just fix it myself.)

And if you want more version compatability, please ask on Discord as that requires changing the 'auto' build script, and I don't want to do that unless I have to (I have to use 6 different computers every time I want to build the collisions module with github actions as it is), but even so due to the reasons stated I probably will not (unless it's upgrading the compatability)

And no, building it yourself and PR'ing that is not going to work. If I change the module it will be painful attempting to recompile the module into a version I don't have myself.

But if you're confused please ask on Discord, and thanks for any help making Blaze Sudios even better!!

🔜 Next versions

  • v4.0.0 - ♨️Smolder - Pretty cool so far and have ability to make an OK game that one could submit for a competition or something.
  • v5.0.0 - 🌋Fire - cos by then it'll be on fire :grin: many cool things and stuff to make good looking games that are super cool and would totally win a competition!
  • v6.0.0 - ❤️‍🔥Bonfire - Who knows 🤷
  • v7.0.0 - ☄️Inferno - 🤷
  • v8.0.0 - 🍂Firestorm- What happens at this stage is a question for tommorow next year.

⭐️ Star History

(This is Going to be the funnyest thing to look at until I actually get this going really well)

Star History Chart

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

blaze_sudio-3.2.0.tar.gz (15.2 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

Blaze_Sudio-3.2.0-py3-none-any.whl (15.3 MB view details)

Uploaded Python 3

File details

Details for the file blaze_sudio-3.2.0.tar.gz.

File metadata

  • Download URL: blaze_sudio-3.2.0.tar.gz
  • Upload date:
  • Size: 15.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.21

File hashes

Hashes for blaze_sudio-3.2.0.tar.gz
Algorithm Hash digest
SHA256 c9cd1c9bb3a2890b286e9fd25064b3d25066b708b32f2ab229e02d702419084f
MD5 3cafdcc6ba5e637a14e402711ea34e8a
BLAKE2b-256 8f61ff8095eb22f3be6eaf1b08c48b33ea6d72e090d5f6fb4babd18eff2e4232

See more details on using hashes here.

File details

Details for the file Blaze_Sudio-3.2.0-py3-none-any.whl.

File metadata

  • Download URL: Blaze_Sudio-3.2.0-py3-none-any.whl
  • Upload date:
  • Size: 15.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.21

File hashes

Hashes for Blaze_Sudio-3.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8cdd71e262b52a1650ae958b55657de8fb187eaf8420ed0844278c8ccb8859fa
MD5 7bcf51f0a3b9c2a00b329b01a20534c1
BLAKE2b-256 0203d7807dd6e472caaae6d958c4a50a5938fee6dd1fc37712ee6dc73b8aead8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page