You are a single drop of water.
You fall alone, descending through ancient caves where deep stone walls close in and consume every sign of hope. Every obstacle is a threat. Every passage forward is merely a small step. Drizzel is a two-dimensional platformer about something small finding its way through a place that was never built for it.
Drizzel is an open-source game built with Unity. It is coded in C# (C-Sharp) and uses a variety of two-dimensional assets from itch.io and OpenGameArt.
LibreSprite was used to create various assets and game art.
Special thanks to Hack Club for hosting the Campfire hackathon event during which we began developing Drizzel. More thanks to Hack Club for hosting Ember, the two-week online game jam for which this game is built.
Additional thanks to the artists at itch.io and OpenGameArt for their awesome collection of free sprites, fonts, and music.
Credits to v81d for designing and animating the water droplet character.
To report an issue or bug, visit Drizzel's issue tracker on GitHub.
To push your features or fixes into this official repository:
- Fork the repository.
- Create a feature branch (
git checkout -b feature/my-feature) or a fix branch (git checkout -b fix/my-fix). - Commit your changes (
git commit -m "feat: add new feature"). Please follow the Conventional Commits guideline when doing so! - Push the branch (
git push origin feature/my-feature). - Open a pull request with
contribas the base branch. Make sure to create a detailed title and description of your change.
Please follow the GitHub flow and the Code of Conduct when submitting a pull request.
Drizzel is free software distributed under the GNU General Public License, version 3.0 or later (GPL-3.0+) with a Unity Engine Linking Exception.
You are free to use, modify, and share the software under the terms of the GPL. For full details, see the GNU General Public License v3.0.
All third-party assets in this game are either in the public domain (under CC0) or are free to use.
Proprietary code or portions of the compiled game are not included in this source repository.