- A game of Cacti Corral has 3 rounds, and each round represents one week.
- The player has two actions to use each week.
- Action options:
- Water the cactus.
- Fertilize the cactus with a pill.
- Turn on sun lamp.
- Do nothing.
- Action options:
- At the end of week 3, will your cactus be happy and flowering? Or will it be short and spikey?
- Run
npm install
- To start the game
npm run cacti
- To run linting for CI:
npm run lint:js
- To run unit tests for CI:
npm run test