https://github.com/bobvanderlinden/ld50
https://github.com/bobvanderlinden/ld50
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bobvanderlinden/ld50
- Owner: bobvanderlinden
- Created: 2022-04-02T10:31:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-03T18:07:59.000Z (about 3 years ago)
- Last Synced: 2025-02-10T04:41:35.150Z (3 months ago)
- Language: JavaScript
- Size: 23.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playground Panic
The theme of Ludum Dare 50: Delay the inevitable
[Play here](https://bobvanderlinden.github.io/ld50/)
## Story
Children are the future! But they are also very clumsy… When kids play it is inevitable that there is some distress among them. They drop their food, lose their toys or hurt themselves.
You are a supervisor of a school playground on which children are having fun. Due to the inevitable budget cuts of the government you will need to supervise more and more children. You need to be fast and help the children when they are in distress. By doing this you delay the moment of complete chaos on the playground!

## Gameplay
- You can move by using the WASD keys
- You need to take care of the children during recess, when children have distress they will start crying. You can complete a level by solving all distress during the set amount of time, their break.
- The child in distress shows tears (:sweat_drops:) and an exclamation mark (:exclamation:) so you know where to go.
- When you move close enough to a child in distress it will resolve their distress
- The panic-o-meter will increase by one when a child goes into a panic, when you have more than 5 children in panic-mode you will loose
- Difficulty will increase by having less time in between the children that need attention / more children on the playground.
You cannot walk through the playground equipment.## How to run the project
```
npm install
npm start
```## Credits
- [@bobvanderlinden](https://github.com/bobvanderlinden/) (Lead programmer A, Sound Engineer)
- [@minthamie](https://github.com/minthamie/) (Art, Programmer, Sound Engineer)
- [@mirandavdende](https://github.com/mirandavdende) (Story teller)
- [@nickschot](https://github.com/nickschot/) (Brainstorm)
- [@timendus](https://github.com/timendus) (Lead programmer 1)