+ 16
Game Development!
Can php be used to make games? If yes, what kind/types of games? 2D or 3D.
10 ответов
+ 12
Can use to make game server for multiplayer game
And also I found a book
https://images.app.goo.gl/HDjJUGePmfUS2HmF9
+ 12
Never saw someone using PHP for games. It may be useful to store game's data, but it certainly not suitable for graphics.
+ 7
Php itself is not used for game development. However, it is used as an add on to store game data in databases like mysql. Such data include, player name, score, level and so. The actual game is build or programmed using javascript and HTML5 or other languages. I hope this helps.
+ 4
Links:
Raylib-php:
https://github.com/joseph-montanez/raylib-php
PHP Strategy Game Engine:
https://sourceforge.net/projects/phpstrategygame/
PHP Game Programming PDF:
https://www.pdfdrive.com/php-game-programming-e33491861.html
Enjoy Coding!!!
+ 3
PHP can be used in databases. But, for a game, is more used Java, C#, JavaScript, Python, among others. PHP, in my opinion, is to create databases of sites.
+ 2
Yes,See Raylib-PHP Repository On Github Website
Also See Game Development With PHP(Google It)
And See PHPSGE(PHP Strategy Game Engine),Available On Sourceforge
+ 1
Well I am a starting game dev at DAE and I would advise learning c++
0
Mostly it help in 2D games
0
PHP