Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vtlanglois/03-juicy-match-3
https://github.com/vtlanglois/03-juicy-match-3
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vtlanglois/03-juicy-match-3
- Owner: vtlanglois
- License: mit
- Created: 2021-10-08T00:31:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-24T22:43:45.000Z (about 3 years ago)
- Last Synced: 2024-11-24T11:26:25.977Z (2 months ago)
- Language: GDScript
- Size: 12.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Note
So I did forget to push up my commits to this repo. However, all the code, assets, and even the project.godot file just, disappeared. I recreated as much of the project as I could, removing one juicy feature due to time constraints. I do not know why that occured, but I'll keep a closer eye on my projects just in case.
# Project Name
For MSCH-C220 on 10/7/2021Juicy Match-3
## Implementation
- Background
- SFX for grid pieces
- Coin animation
- pieces change color
- Screen shake
- Particles when selected
- Fall tween
- Move tween
- Spin tween
- Wiggle tween w/ randomness
- Scrolling background w/ shader## References
* [Juice it or lose it — a talk by Martin Jonasson & Petri Purho](https://www.youtube.com/watch?v=Fy0aCDmgnxg)
* The match-3 game is derived from code provided by [MisterTaftCreates](https://github.com/mistertaftcreates/Godot_match_3), with an accompanying [YouTube series](https://www.youtube.com/playlist?list=PL4vbr3u7UKWqwQlvwvgNcgDL1p_3hcNn2)
* [Animal Pack Redux, provided by kenney.nl](https://kenney.nl/assets/animal-pack-redux)
* [Puzzle Pack 2, provided by kenney.nl](https://kenney.nl/assets/puzzle-pack-2)
* [Ignotum Typeface](https://fontesk.com/ignotum-font/)
* [Nepszabadag Typeface](https://fontesk.com/nepszabadsag-font/)
* Screen Shake script provided by [KidsCanCode](https://kidscancode.org/godot_recipes/2d/screen_shake/)
* [Stickerbrush Symphony from Donkey Kong Country 2, by David Wise](https://www.youtube.com/watch?v=qIk6YFTzckc)## Future Development
None
## Created by
Vincent Langlois