2025-05-27 21:56:37 -04:00
2025-05-27 07:46:21 -04:00
2025-05-13 02:15:36 +00:00
ada
2025-05-18 18:46:54 -04:00
2025-05-12 02:33:59 +00:00
2025-05-23 01:55:39 +00:00
2025-04-28 22:14:50 -04:00
2025-04-28 17:37:58 -04:00
new
2025-04-28 18:17:37 -04:00
2025-05-23 01:55:39 +00:00
2025-05-21 21:24:18 -04:00
2025-05-27 21:56:37 -04:00
2025-05-01 21:46:10 +00:00
2025-05-19 19:37:06 -04:00
2025-04-28 22:14:50 -04:00

Void Logo

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

  1. Clone the repo
  2. Add your modules to the import list
  3. Watch them populate the gameArray!

📜 License

Description
No description provided
Readme 826 MiB
Languages
JavaScript 81%
CSS 14.3%
C 3.2%
Python 0.8%
HTML 0.7%