
A downloadable game engine for Windows, macOS, Linux, and Android
Glunzunk Engine is 100% free open-source, no-code Game Development Software, specfically a Game Engine.
Not Ready Yet...
| ❔ I'd like to... | Description |
| 🔽 Download GZ Engine to make Games | Goto the itch.io page(Scroll Down) or GitHub Releases page to download it! |
| 💜 Contribute to the Engine ❤ | Install everything in requirements.txt and Python ~3.11 and don't mess up already existing code. |
~ Please don't make the code very messy, it's already messy enough in my opinion.
| 📄 File | Description |
| 📂 assets | Contains all engine assets like Images, Audio, Fonts and such. |
| main.py | Imports required libaries/modules. Contains Splash Screen, Home Menu and Project Management Tools |
| editor.py | This is the Game Editor, where all the game building takes place! (Not Implemented!) |
| events.py | This is the Event Sheet, where all the game's code will be written(or rather placed ~ehehe)! (Not Implemented!) |
| compileGame.py | This compiles the game to your desired platforms! (Not Implemented!) |
The way Glunzunk Engine compiles your game is pretty simple, your game's code gets rewritten into Python and uses the Panda3D library for well... 3D.
Glunzunk Engine has never been compiled yet so i don't know how... :P
Community:
Download:
Games made with Glunzunk Engine:
-> Documentation can be found here! <-
Absolutely Yes!! This is a non-profit project.
Of course you can! Just make sure you add or fix features that are needed, not what only you want, should benefit others too.
Nope!
Name, Glunzunk Engine itself and The Logo all belong to MTSyntho and may not be claimed as yours or someone elses.
Many claims written here haven't been implemented nor do we know if they ever will!
PS: 'GZ' is an abbreviation of 'Glunzunk Engine'
| Status | In development |
| Category | Tool |
| Platforms | Windows,macOS,Linux,Android |
| Author | MTSyntho Dev |
| Made with | LMMS,Paint.net |
| Tags | 3D,free,game-development,Game engine,glunzunk-engine,Open Source,panda3d |
| Code license | MIT License |
| Asset license | Creative Commons Attribution_NonCommercial v4.0 International |
| Average session | A few seconds |
| Languages | English |
| Inputs | Keyboard,Mouse,Touchscreen,Smartphone |
| Accessibility | Color-blind friendly |
| Links | Source code |
Download Glunzunk Engine zip file, extract and run the executable file.
If you're on Linux and the executable doesn't well... execute(open/run) then in the same directory, open the terminal and run...
chmod +x ./(insert glunzunk engine executable)
EXCLUDE CURVED BRACKETS AS WELL -> ( )
Log in with itch.io to leave a comment.
The thing is, the engine isn't ready, think of the description asplanned features, they either aren't implemented or are in the works of being implemented, i'll most probably remove some stuff from the list once i realise how difficult some features may be to add. If you wanna see the progress Glunzunk Engine has made, goto the github repository, download the source code, install Python 3.11 or Higher(lower hasn't been tested most probably may work though), open your command prompt and type
pip install panda3d
and
pip install darkdetect
Then it should run without issue
An old but online version of GZ Engine can be found here
https://gd.games/itsicecreeperpe/glunzunk-engine
TL;DR : Engine not ready, features may or may not be added, test source to see engine yourself or use old but online ver ->here <-