Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 559 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 559 Bytes

A Simple Web Game

The is a small template that comes with a working game where you can move the player around. Use this to start your game!

This is part of the mortar template collection for building Open Web Apps.

Usage

There are a few ways to get this template:

  • git clone git@github.com:mozilla/mortar-game-stub.git myapp
  • volo create myapp mozilla/mortar-game-stub

If you have node installed, you can run a development server with volo:

  • cd myapp
  • volo serve

View the game at http://localhost:8008/.