Skip to content

pandeyaah/samplegames

Repository files navigation

How to implement sample game on GCP Google Compute Engine / Managed Instance Group MIG

Credits for application & Source from: https://github.com/wwwtyro/Astray for A WebGL maze game built with Three.js and Box2dWeb.

How to implement it in GCE

  1. 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

  2. Open http:///samplegames in your browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published