https://github.com/letmaik/leafy
🍁 A minigame about leaves
https://github.com/letmaik/leafy
2d forest game unity3d
Last synced: 2 months ago
JSON representation
🍁 A minigame about leaves
- Host: GitHub
- URL: https://github.com/letmaik/leafy
- Owner: letmaik
- License: mit
- Created: 2021-09-10T13:54:03.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-09T13:34:37.000Z (over 4 years ago)
- Last Synced: 2025-03-28T04:35:41.652Z (over 1 year ago)
- Topics: 2d, forest, game, unity3d
- Language: C#
- Homepage: https://letmaik.github.io/leafy/
- Size: 51.8 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# leafy
A minigame about leaves. The goal is to correctly identify as many falling leaves as possible in one minute.
Play: https://letmaik.github.io/leafy/
For best performance, use Chrome or Edge.

## Feedback
If you are an experienced Unity game dev and notice anything that can be improved (best practices etc.) feel free to open an issue with your suggestions.
## Background
This was my first attempt at creating a game with Unity. The free resources listed below made the game possible. Check them out!
## Resources
Leaf textures:
- https://freecutout.com/category/cut-out-leaves/
- https://texture.ninja/textures/Leaves/4
Other textures:
- http://www.clker.com/clipart-holly-leaf.html
- https://wallpapers.com/wallpapers/orange-forest-fall-season-hd-tatza89mzr3s03ym.html
- https://assetstore.unity.com/packages/2d/gui/icons/elemental-meters-173133
Audio:
- https://freesound.org/people/klankbeeld/sounds/536541/
Code:
- http://wiki.unity3d.com/index.php/AspectRatioEnforcer
- https://github.com/Cysharp/UniTask