Hello guys,
I m thinking to start game development, mostly for android, and during my research about game engines i read a lot about corona, so i just want to make sure for some things before i start to learn it and work with.
First of all, i dont want to make a clone of anything, nor a code-less gravity based game. The type of games i want to make is rpg (like LoZ, but with some unique stuff). Second, i have some programming experience, not in lua, but i have the will to learn a new language if i ll be sure that it fits for my needs. So before i start i want to be sure that i can create the following things in Corona:
-
Abillity to create random-generated tilesets (used as “dungeons”), but with the option to set up some rules
-
Ability to create multiply “layers” one on top of the other (ex. 1st backround - 2nd “dungeon” tileset - 3rd some effect or whatever - 4th character - 5th something above the character, like a bird lol :P)
-
Some basic path-finding
-
Light conditions (ex. all the screen will be dark except an area around the character, or some object)
-
Abillity to set a relative posisition for an object.