Skip to content

nicross/lacus-opportunitas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

230 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lacus Opportunitas

A lunar lake trading simulator created for Games for Blind Gamers 4.

Getting started

To get started, please use npm to install the required dependencies:

npm install

Then you can build and play the project:

npx gulp electron-rebuild

Common tasks

Common tasks have been automated with Gulp:

Build once

npx gulp build

Build continuously

npx gulp watch

Create distributables

npx gulp dist

Open in Electron

npx gulp electron

Build and open in Electron

npx gulp electron-rebuild

Start web server

npx gulp serve

Start web server and build continuously

npx gulp dev

Command line flags

Flag Description
--debug Suppresses minification.