i have seen many examples and recomendations of making my entire game with OOP and I am not sure how i should do this.
topics i need help with:
-
how do i run basic code for things, would i have a MAIN module and have it run all the other modules
-
what is the difference between handlers and services
-
if i can truly run a game without regular scripts, how do i determine things like inputs from the player
-
do i put everything a a class with the function .new() next to it, or do some modules not need that
things i know:
-
i know that you need to require a module script for it to run
-
i know basic OOP with things like inheritance and how to use them well
** You are now Level 3! **