+ 1
Can I create a game using Php?
Game creation
8 odpowiedzi
+ 3
You can create a game using any programming language.
+ 1
Thanks
0
Can I create a game using Php?
0
In fact there is a lot of games did only in php. Of course you can. Even i did browser games on php without usin JS
And with frameworks it can be graphic game. Even 3d.
In fact php interpretator is truly fast - thats the key for gaming development
0
Yes you can, however if you want to make a GUI using PHP, it will run noticeably slower if compared with other languages (C++, Java, etc) even with the best frameworks.
- 2
Nope.
You can use php to contact with database, it serves as your backend.
To make a "web game", you need to learn JavaScript and it's libraries like p5.js or three.js
Looking for resources? Here you go...
https://www.sololearn.com/discuss/938441/?ref=app