Credits for application & Source from: https://github.com/wwwtyro/Astray for A WebGL maze game built with Three.js and Box2dWeb.
-
In GCP provision a Compute Engine instance with apache web server and use startup script(mentioned below) to install sample game from git.
apt update
apt install -y git
apt install -y apache2
cd /var/www/html
git clone https://github.com/pandeyaah/samplegames.git -
Open http:///samplegames in your browser