Skip to content

bwrutu/MountkirkGames

 
 

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/learngcpwithmahesh/MountkirkGames.git

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

  3. Enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.5%
  • HTML 49.5%