Skip to content

game-prototypes/square-heads

Repository files navigation

square-heads

by @angrykoala A simple cooperative top-down shooter, loosely based on boxhead

"Arquitecture"

  • Addons: External Godot plugins
  • Assets: Lovely music and images
  • Autoload: Anything that goes into autoload (i.e singletons)
  • Components: Reusable scenes to be used anywhere
  • Entities: Game Domain-specific scenes (e.g. player, enemy...)
  • Scenes: Main game scenes (e.g Menu, Main...) and top-level scripts
  • Scripts: Any general scripts (good ol' classes)
  • Services: General services to handle stuff (music, network...). To be loaded dynamically into the autoload services.gs (serviceLocator)

Credits

About

A simple cllection of prototypes in Godot engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published