Jump to content
MakeWebGames

Official Panther Request Thread


Script47

Recommended Posts

So title says it all, this is the official thread for all your request for things you'd like to see in Panther, what you've got to understand is you can't point the engine is one direction, meaning you can't have all "mafia" game features because this is mean't to be an engine which can be used for any sort of game. Please explain your modules if they aren't so self explanatory.

Link to comment
Share on other sites

I think the system could really benefit from a more.... modular structure. If you don't do it early on in the project it'll be a real challenge to change it later.

- Bring in an event-driven architecture (http://stackoverflow.com/questions/6846118/event-driven-architecture-and-hooks-in-php)

- Installation scripts

Detect if each module is installed, if not run it's provided installation script. This will allow it to add any new tables, columns and rows to the database. Without the user needing to manually run queries in their database.

Link to comment
Share on other sites

I think the system could really benefit from a more.... modular structure. If you don't do it early on in the project it'll be a real challenge to change it later.

- Bring in an event-driven architecture (http://stackoverflow.com/questions/6846118/event-driven-architecture-and-hooks-in-php)

- Installation scripts

Detect if each module is installed, if not run it's provided installation script. This will allow it to add any new tables, columns and rows to the database. Without the user needing to manually run queries in their database.

I really like the sound of the installation one. It would be cool. I think I'll try that. Then look in to the top one. :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...