search

Home  >  Q&A  >  body text

How to enter the game with PHP

phpcn_u31487phpcn_u314872675 days ago984

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-09-19 09:13:45

    PHP is not very efficient in making games. It is an interpreted language after all, but it can be done. I have never done any specific game development. You can develop it by combining h5 with php redis mysql and find some game development tutorials on the Internet. have a look. Redis does a layer of caching, and mysql does data backup.

    reply
    0
  • Cancelreply