jonbro / mglueTemplate

a minimal template for making mglue games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A minimal template for making an mglue game.

Clone this repo, then run npm install to get setup.

The game is in client_src/glueGame.ts - currently this has a bunch of junk in it. You can rename this to whatever you want, just change the filename, and the matching line in webpack.config.js

This project includes two scripts to make life easier:

  • npm run watch Runs a development server that auto refreshes on code changes at localhost:8080
  • npm run build Generates the project in the public folder

If you would like to know more, check out the main mglue repo.

About

a minimal template for making mglue games


Languages

Language:JavaScript 99.2%Language:TypeScript 0.7%Language:HTML 0.1%Language:CSS 0.0%