Petroochio / gmtk_jam_2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GMTK Jam Game Starting Base

Setup

  • make sure node js is installed
  • cd into this directory and run npm install in the terminal

Building the Code

  • To compile the js, run npm run build. This will generate an app.js file in the build folder
  • To have this script auto build when you save a file, run npm run build:watch instead

Running the game

  • Copy the full path of the index.html file and paste it in the browser URL bar

About


Languages

Language:JavaScript 85.8%Language:HTML 14.2%