https://github.com/fredpi/wwdc2020
My WWDC 2020 Swift Student Challenge Submission [Successful]
https://github.com/fredpi/wwdc2020
apple coronavirus ios simulation swift swift-playgrounds swift-student-challenge wwdc wwdc-scholarship wwdc20
Last synced: about 1 year ago
JSON representation
My WWDC 2020 Swift Student Challenge Submission [Successful]
- Host: GitHub
- URL: https://github.com/fredpi/wwdc2020
- Owner: fredpi
- Created: 2020-05-16T21:36:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-18T05:59:23.000Z (about 6 years ago)
- Last Synced: 2025-02-01T11:11:34.501Z (over 1 year ago)
- Topics: apple, coronavirus, ios, simulation, swift, swift-playgrounds, swift-student-challenge, wwdc, wwdc-scholarship, wwdc20
- Language: Swift
- Homepage:
- Size: 605 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flatten The Curve
This playground guides through a series of simulations designed to **enable an intuitive understanding about the spread of viruses and protective measures we can take**. The simulations are based on points within a fixed area that move and may infect each other upon collision. The resulting metrics are then displayed in a diagram that renders live.
## How It Looks
## Disclaimer
This playground is my entry to the WWDC 2020 Swift Student Challenge. It had to be created in short time – so I had to make some compromises compared to regular projects.