Jump to content

Fairly basic php question.


pinacoladaxb

Recommended Posts

As this appears to be a non-web game, am I to assume that your users will have some sort of executable file to run the game?

 

If so, then you can use FTP to "hide" the backend of the game.  Just ship the game with an (Apache/PHP) framework.

 

If this is to be a web based game, and your users will not have to run an executable to play, ie they just visit a website, then

you do not need a form, or even FTP.  Just store the levels on the server, and call the files from their current location, depending on what level they are on.

 

If you want users to submit their own level creations to your server, then use a form.

Link to comment
Share on other sites

This is technically a web game, but it runs very much like an exe. The user will have to download a special plugin before being able to play the game. I have a feeling that this issue cannot be solved with php, so I am going to seek help on the forums for the software I use. This is most likely my last post on this thread.....unless I get really desperate.  ;D

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

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.   Restore formatting

  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...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.