https://github.com/yukonmakesgames/blankit
Wrap your game project together in Blankit!
https://github.com/yukonmakesgames/blankit
framework gdscript godot
Last synced: about 1 year ago
JSON representation
Wrap your game project together in Blankit!
- Host: GitHub
- URL: https://github.com/yukonmakesgames/blankit
- Owner: yukonmakesgames
- License: mit
- Created: 2025-03-27T17:20:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-27T18:02:59.000Z (about 1 year ago)
- Last Synced: 2025-03-27T18:31:18.622Z (about 1 year ago)
- Topics: framework, gdscript, godot
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 🛏️ Blankit 🧰
> ⚠️ Blankit is in active development as part of a secret Snoozy Kazoo project.
>
> The first version, v1, will be uploaded around that project's release.
>
> Thank you for your patience! 😌
Wrap your Godot game project in a cozy Blankit!
Blankit is an all-in-one framework for making games in the Godot Engine. Blankit contains a ton of systems to allow you to jump straight into gameplay programming, without worrying about the backend.
It's my way of giving back to the community!
Unfortunately, due to this being a side-project, Blankit will only support the most modern version of Godot. We will not be porting or maintaining it for any older version of Godot. Feel free to fork it if you want to support it yourself!
# 📔 About 🤔
The idea here is you can just add Blankit to your project, click a few buttons, type some words, and boom, you have a lot of basic systems, such as saving data, loading scenes, and achievements built in!
This README will be fleshed out soon when I have more to show, but feel free to star and watch to get updates on when this addon comes to life!
# 🛠️ Features 🏗️
> ⚠️ These features are in active development and are **NOT** promised for v1!
- Game configurations so you can build and maintain a demo and showcase version all in one project file! [WIP 🏗️]
- Smooth scene loading with support for pre-built or custom transitions! [WIP 🏗️]
- A full saving system allowing you to store your player's data and options in JSON formatted save files! [WIP 🏗️]
- An achievement system with a backup local save file for API call failures. [WIP 🏗️]
- Remote Configurations that you can host on your website that Blankit will automatically download and allow you to pull from on launch. [WIP 🏗️]
- An API Handling system that allows you to plug-and-play SDKs after building the initial connection. [WIP 🏗️]
- Pausing and time management. [WIP 🏗️]
- And more! (If I or you can think of anything!)