No description
- GDScript 92%
- Nix 8%
|
|
||
|---|---|---|
| addons | ||
| assets | ||
| autoloads | ||
| docs | ||
| props | ||
| scenes | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| icon.svg | ||
| icon.svg.import | ||
| project.godot | ||
| README.md | ||
HaveBal Game
This repository contains the source code for a Godot game. It is a single player and multiplayer co-op adventure game, with metroidvania mechanics, where players have to explore the world and gradually unlock skills, by sharing them together at the main garden/campfire.
Codename: HaveBal (garden campfire/bonfire).
Repository Structure
addons/: Godot Addons installed from the marketplace.assets/: assets directories, models, images, sounds, and static files.autoloads/: Single files global Godot autoloads for the game to have common functionalities like networking, saving/loading, etc etcbuild/: Output from builds and export of the game in binaries.docs/: Markdown documentations, mechanics, specs, and documentation.props/: standalone or reusable Godot scenes, like players, buttons, enemies, objects etc etcscenes/: main scenes used for the game, dungeons/maps, menus, etc etc