How would you make a game maker game php?

1 answer

Answer

1270869

2026-07-14 22:20

+ Follow

JavaScript
JavaScript

You just CAN'T do a game using only PHP because PHP is a server-side language. And the game would run on the client (i.e: the user's browser).

What you could do is to use the Game Maker's event-driven approach for making a JavaScript-based game.

Protip: Use HTML5 technology.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.