Skip to content

littletsu/gato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project structure:

  • /assets
    • general assets for the game
  • /behaviours
    • functions that calculate the position or control other aspects of game objects
  • /engine
    • game engine and modules that complement love2d
  • /entity
    • game objects that are not pooled
  • /objects
    • game objects that are pooled
  • /scenes
    • game scenes/levels
  • /utils
    • useful 3rd party libs
  • conf.lua
    • love2d config file
  • main.lua
    • game entry point
  • run.bat
    • runs the game with lovec

About

Love2d bullet hell game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published