Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 638 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 638 Bytes

Cacti Corral

Contents

  1. Rules
  2. Installation

Rules

  1. A game of Cacti Corral has 3 rounds, and each round represents one week.
  2. The player has two actions to use each week.
    1. Action options:
      1. Water the cactus.
      2. Fertilize the cactus with a pill.
      3. Turn on sun lamp.
      4. Do nothing.
  3. At the end of week 3, will your cactus be happy and flowering? Or will it be short and spikey?

Installation

  1. Run npm install
  2. To start the game npm run cacti

Dev

  1. To run linting for CI: npm run lint:js
  2. To run unit tests for CI: npm run test