# Pickled!

> An interactive game from WorkSafe New Zealand that teaches workplace health and safety through scenario-based case files. Players guide a team of characters through hazards, choices, and recovery activities.

## About

- The site is a single-page React application served by Laravel.
- Content is authored in the Filament admin panel (`/admin`) and exposed publicly via the routes listed below.
- Each case file contains modules, and each module contains sequences (intro screens, interactions, completion screens).

## Case files

- [Gorse of Course](https://ws-risk-test.heyday.net.nz/gorse-of-course): A farmer needs the team to spray gorse on a steep slope. Play these games to close the case. Keep them safe!
- [Heavy Metal](https://ws-risk-test.heyday.net.nz/heavy-metal): Tate and his team are welding in the metal workshop. Play these games to close the case. Keep them safe!
- [Apples and Oranges](https://ws-risk-test.heyday.net.nz/apples-and-oranges): Our vegetables are growing fruit! Play these games to close the case. Keep the team safe!
- [Five Tree Hill](https://ws-risk-test.heyday.net.nz/five-tree-hill): Farmer Mushroom needs some trees cut down. The team are helping. Play these games to close the case. Keep them safe!
- [Down to Earth](https://ws-risk-test.heyday.net.nz/down-to-earth): What a hot summer. The team are on a farm, building a concrete pit. Play these games to close the case. Keep them safe!
- [Coming Up Roses](https://ws-risk-test.heyday.net.nz/coming-up-roses): The team are making the garden of your dreams. We hope so anyway! Play these games to close the case. Keep the team safe!
- [Hammer Time](https://ws-risk-test.heyday.net.nz/hammer-time): Cari is going to make his Aunt's cabinets look awesome. Oni will help. Play these games to close the case. Keep them safe!
- [Digger Days](https://ws-risk-test.heyday.net.nz/digger-days): Diggers, cranes. The team love big machines. Play these games to close the case. Keep them safe!
- [Float Your Boat](https://ws-risk-test.heyday.net.nz/float-your-boat): The team are getting boats ready for the ocean. Play these games to close the case. Keep them safe!
- [Summer Wedding](https://ws-risk-test.heyday.net.nz/summer-wedding): The team want to make this an event to remember. Play these games to close the case. Keep the team safe!
- [The Great Outdoors](https://ws-risk-test.heyday.net.nz/the-great-outdoors): It is hot. The team would rather be chilling than working. Play these games to close the case. Keep the team safe!

## API

- [https://ws-risk-test.heyday.net.nz/api/routes](https://ws-risk-test.heyday.net.nz/api/routes): Full route tree (case file → module → sequence).
- [https://ws-risk-test.heyday.net.nz/api/case-file](https://ws-risk-test.heyday.net.nz/api/case-file): All published case files with metadata.
- [https://ws-risk-test.heyday.net.nz/api/case-file/{id}](https://ws-risk-test.heyday.net.nz/api/case-file/{id}): A single case file by ID.
- [https://ws-risk-test.heyday.net.nz/api/sequence/{id}](https://ws-risk-test.heyday.net.nz/api/sequence/{id}): A single sequence (the screen-level content rendered by the SPA).
- [https://ws-risk-test.heyday.net.nz/api/character](https://ws-risk-test.heyday.net.nz/api/character): The roster of characters.
