A WebGL maze game built with Three.js and Box2dWeb. Credits & Source from: https://github.com/wwwtyro/Astray
-
Provision a Google Compute Engine (GCE) with Apache Web Server and Git Installed using below startup script.
apt update
apt install -y git
apt install -y apache2
cd /var/www/html
git clone https://github.com/learngcpwithmahesh/MountkirkGames.git -
Open http://EXTERNAL-IP-GCE/MountkirkGames in your browser
-
Enjoy!