Search found 1 match

by mello
Sun Aug 13, 2023 10:32 am
Forum: General
Topic: Architecture
Replies: 7
Views: 10799

Architecture

Hi.
I'm wanna try create my own game in lua, but doesn't have experience with non-typed languages.
What architecture of project do you recommend?
Where I can read about that?

Code: Select all

-- My suggestion
main.lua
src/enitity.lua
src/game_window.lua
src/level_loader.lua