Objective
The player's goal is to select the correct raw materials from the grid by clicking on them one by one. After selecting what they believe is the right combination, they must hit the "done" button below the grid. The game validates if the items chosen are the correct combination for the level. If correct, the player wins and proceeds to the next level. Each level features a different product to manufacture.

Rules
1. The game consists of 3 levels.
2. Each level is timed:
2.1.  Level 1: 15 seconds
2.2. Level 2: 10 seconds
2.3. Level 3: 7 seconds
3. The player starts with 3 lives in each level.
4. Incorrectly selecting a raw material deducts a life.
5. Losing all lives results in a game over.
6. Running out of time also results in a game over.

Installation
1.  Clone the repository.
2. Open the game in a web browser.
3. You can play the game at https://mr-vance.github.io/industry/

Acknowledgements
1. Wouldn't have done it without the extra push from the Lazy Devs fam.
2. This game was developed as part of the game jam that took place in October 2023. More details on itch.io
3. Development Framework: PhaserJS