Need your suggest. Work flow of my game.
Posted: Sun Sep 11, 2022 1:14 am
Hello.
I learned a few of lua in Core.
i did some 3 little games for learning.
Now i want make a stand alone game, like a roll20 for a board role-playing game.
I need your help to make my plan.
What to do step by step.
I don't ask details, only main steps.
My higher problem is not manager serveur.
I think, for easy dev, I need a distant host serveur, all players are clients.
Not let player be able to be host.
I suppose I must work serveur function at first.
It a multiplayer game.
- Anyone will be able to créate a game.
- The cretor of the game will be be game master, with main admin options.
- All other Client will be able to manage according to admin permissions managment.
- All can use some multiplayer actions, like point a location on background map, add his token on the map, etc.
- Then, it can use autosave for each action.
At end, it must be able to be played on smartphone. Computer stay fisrt choice anyway.
If lua can't, I must think about a porting of the game art start.
What must be my action, as dev ?
Have a nice days.
I learned a few of lua in Core.
i did some 3 little games for learning.
Now i want make a stand alone game, like a roll20 for a board role-playing game.
I need your help to make my plan.
What to do step by step.
I don't ask details, only main steps.
My higher problem is not manager serveur.
I think, for easy dev, I need a distant host serveur, all players are clients.
Not let player be able to be host.
I suppose I must work serveur function at first.
It a multiplayer game.
- Anyone will be able to créate a game.
- The cretor of the game will be be game master, with main admin options.
- All other Client will be able to manage according to admin permissions managment.
- All can use some multiplayer actions, like point a location on background map, add his token on the map, etc.
- Then, it can use autosave for each action.
At end, it must be able to be played on smartphone. Computer stay fisrt choice anyway.
If lua can't, I must think about a porting of the game art start.
What must be my action, as dev ?
Have a nice days.