+ 6
How to create games with PHP
2 Answers
+ 2
PHP is a server side programming language, this makes it not the best language to program games. You could use javascript instead.
+ 1
PHP is executed once, and spitted back onto HTML. It doesn't support graphics, or anything interactive to that point. Look into JS and p5.js for graphics and interactiveness.