Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 493 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 493 Bytes

Collapsing Creation

Installation Instructions

  1. Make sure you have node and npm installed
  2. Run npm install
  3. Run electron . to open game
  4. Run the follow to create an exe for windows:
electron-packager . collapsing-creation --overwrite --asar --platform=win32 --arch=ia32  --prune=true --out=collapsing-creation-exe --version-string.CompanyName=CE --version-string.FileDescription=CE --version-string.ProductName="Collapsing Creation" --electron-version 3.0.2