# Snap
**Repository Path**: siger99/Snap
## Basic Information
- **Project Name**: Snap
- **Description**: a visual programming language inspired by Scratch
- **Primary Language**: JavaScript
- **License**: AGPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-02-15
- **Last Updated**: 2024-02-15
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README

# Snap! Build Your Own Blocks
[https://snap.berkeley.edu][snap]
**[Try Snap! Now](https://snap.berkeley.edu/snap/)**
a visual, blocks based programming language
inspired by Scratch
written by Jens Mönig and Brian Harvey
jens@moenig.org, bh@cs.berkeley.edu
## Snap! Community
This repository contains the source code for Snap! IDE. If you have
questions about using Snap!, please check out [the Snap! Forum][forum].
We also maintain an active community at [snap.berkeley.edu][snap],
where you can save and share your own projects. You can also
[check out the code][snapcloud], if you're curious.
[snap]: https://snap.berkeley.edu
[snapcloud]: https://github.com/snap-cloud/snapCloud
[forum]: https://forum.snap.berkeley.edu
## Security
If you have security concerns, please do not post them publicly.
Please reach out to us at [contact@snap.berkeley.edu](mailto:contact@snap.berkeley.edu).
## Documentation
The definitive source of how to use Snap! is the [Snap! Manual](help/SnapManual.pdf).
* [API.md](docs/API.md) describes the API for modifying the Snap! interface.
* [Extensions.md](docs/Extensions.md) describes the basic interface for building JavaScript extensions for Snap!
* [Migrating.md](docs/Migrating.md) gives guidance for older extensions to migrate to Morphic 2 and Snap! v6.
* [Offline.md](docs/Offline.md) has instructions for running Snap! as a progressive web application.
_Please read the [Contribution Guidelines](docs/CONTRIBUTING.md) before making an issue or pull request. Thanks!_
## License
Copyright (C) 2008-2024 by Jens Mönig and Brian Harvey
Snap! is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Want to use Snap! but scared by the open-source license? Get in touch with us,
we'll make it work.