All code are in branch blobbo. Do not clone this main branch! Use git clone -b blobbo --single-branch https://github.com/Happypig375/Blobbo-and-Chrono to not clone all those patch branches I submit upstream which bloat repository size. Alternatively, git clone https://github.com/bryanedds/Nu; git remote rename origin upstream; git remote add origin https://github.com/Happypig375/Blobbo-and-Chrono; git fetch origin blobbo; git switch blobbo if you work with upstream Nu.
- Fork the repository and create your branch from
blobbo. - Describe your changes clearly in your pull request.
- Write clear, concise commit messages.
- Test your code before submitting. Don't rely on AI!
- Follow the existing code style and conventions.
- Use the issue tracker to report bugs or request features.
- Provide as much detail as possible, including steps to reproduce.
- Keep pull requests focused and small.
- Reference related issues in your PR description.
- Ensure all tests pass before requesting a review.
All assets (i.e. files under a folder named Assets but not already provided upstream in the Nu game engine) are provided for non-commercial use only except with explicit written permission in this file. Also, you may not use, distribute, or monetize these assets on any digital distribution platform (including but not limited to Steam, Epic Games Store, Google Play, Apple App Store, or itch.io) without explicit written permission in this file.
All non-assets in this repository are licensed under the MIT License.
By using GitHub you agree to follow the GitHub Community Code of Conduct and GitHub Acceptable Use Policies.