Skip to content

A small game about climate change and making sacrifices. Entry for the Ludum Dare 43.

Notifications You must be signed in to change notification settings

bad-software/there-will-come-soft-rains

Repository files navigation

There Will Come Soft Rains

Entry for Ludum Dare 43

About

This is a small game about climate change and making sacrifices.

Click here to play.

Prerequisites

  1. Install NodeJS and Yarn.

  2. Install project dependencies and run post-install scripts: yarn install:all

Development

  1. Start the Feathers API server: yarn server:dev ( Note: The server currently does nothing.)

  2. Start the client development server in another terminal window: yarn client:dev

Production

  1. Start the Feathers API server: yarn server

  2. Start the client: yarn client:build

Testing

Simply run npm test and all your tests in the test/ directory will be run.

License

© Bad Software 2018

About

A small game about climate change and making sacrifices. Entry for the Ludum Dare 43.

Resources

Stars

Watchers

Forks

Packages

No packages published