You can't do it in an already published app, of course. But you can include this feature into a new version.
For example, when your game starts, you can send an AJAX request to your server. This can be a simple text file, which contains the latest published version. And then if the current app version is lower than the version received from AJAX, display a message to the player asking to update the game.