https://github.com/dnin01/scratch-projects
Just having fun making and sharing tools and more, made in the Scratch programming language
https://github.com/dnin01/scratch-projects
scratch3 turbowarp
Last synced: 3 months ago
JSON representation
Just having fun making and sharing tools and more, made in the Scratch programming language
- Host: GitHub
- URL: https://github.com/dnin01/scratch-projects
- Owner: DNin01
- License: cc-by-4.0
- Created: 2023-01-10T20:50:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T21:10:06.000Z (about 1 year ago)
- Last Synced: 2025-01-22T16:47:54.563Z (4 months ago)
- Topics: scratch3, turbowarp
- Homepage:
- Size: 172 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My ✨special✨ [Scratch](https://scratch.mit.edu/) projects
I usually share my Scratch projects on, well, [Scratch](https://scratch.mit.edu/), but I also make projects using a modified version of Scratch called [TurboWarp](https://turbowarp.org). If the projects use special TurboWarp features, I obviously can't upload them to Scratch (they won't be compatible), so instead, I made a GitHub repository to share them. Check them out! Some may be just for fun, and some may actually be useful tools that you can use in your projects.
## Opening the projects
See [Downloading and Opening](./INSTALLING.md) for instructions. All you need is a modern web browser.
## License
Content in this repository is licensed under a [Creative Commons Attribution 4.0 license](./LICENSE) _unless otherwise stated_. Other licenses include [Creative Commons Attribution-ShareAlike 2.0](./LICENSE-CC-BY-SA-2.0.txt). At the bottom of every Scratch project README, the license terms in use will be clearly listed, and you can find the full documents in the repository's root directory.
It's good to provide attribution both in the repository containing your Scratch project file (if you have one) and inside your Scratch project itself.
By default, it's not possible to add clickable links inside Scratch projects, so just showing the repository's URL which users can manually type in is generally sufficient.
Example
> #### In your source code repository or documentation
> Credits:
> - [Video Player Maker](https://github.com/DNin01/Scratch-projects/tree/main/turbowarp/tools/video-player) by [@DNin01](https://github.com/DNin01) (CC-BY 4.0)
> #### Inside your Scratch project
> Credits:
> - Video Player Maker by DNin01 (CC-BY 4.0)
> [github.com/DNin01/Scratch-projects](https://github.com/DNin01/Scratch-projects)If you use these in a Scratch project you share on the Scratch website, be aware that Scratch is made for kids and linking to GitHub from Scratch might violate their Community Guidelines (I'm not absolutely sure). Please don't not give credit because of that, though.
### License history
Below is the license changelog, listing the license terms used by older versions of the content in this repository.
- Originally, the contents of this repository were licensed under a [Creative Commons Attribution-ShareAlike 2.0 license](./LICENSE-CC-BY-SA-2.0.txt). Commit [`2a7ad24`](https://github.com/DNin01/Scratch-projects/commit/2a7ad24ea42b27c086543a39e285d13bc9f187e2) was the last version licensed under the terms of CC-BY-SA 2.0, and all future versions use CC-BY 4.0 by default (though some parts still use CC-BY-SA 2.0).