Skip to content

copsys/MountKirkGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mountkirk Games Implementation on Google Compute Engine or Managed Instance Group

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

Launching

  1. 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/Chetan55567/MountKirkGame.git

  2. Open http://EXTERNAL-IP-GCE/MountkirkGames in your browser

  3. Enjoy!

About

It is a mini implementation of case study of MountKirk Games on GCP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors