mirror of
https://github.com/JASSNetwork/Void
synced 2025-06-04 01:52:00 -09:00
Void
Void is a modular game framework that dynamically builds its core gameplay from an import list. This list serves as a registry of game modules, allowing Void to initialize and manage a flexible gameArray
. Each imported module can define its own behaviors, objects, or scenes, which are then pushed into the central array to power gameplay. This makes expanding or modifying the game as simple as updating the import list—perfect for scalable development and experimentation.
📁 Features
- 🧩 Modular system via imports
- 🧠 Central
gameArray
for logic and control - 🛠 Easy to expand with new game types
- ⚡ Lightweight and fast-loading
🚀 Getting Started
- Clone the repo
- Add your modules to the import list
- Watch them populate the gameArray!
📜 License
Description
Languages
JavaScript
81%
CSS
14.3%
C
3.2%
Python
0.8%
HTML
0.7%