The Neighborhood

code-field

A public GitHub repository where anyone can contribute anything.
Games, scripts, art, experiments, chaos — all welcome.
Every PR gets merged.

Contribute on GitHub Fork this repo

What you can add

Whether you're writing your first loop or shipping something weird — you belong here.

How to contribute

Fork the repo, create a folder with your username, and open a Pull Request.

# clone your fork
$ git clone https://github.com/YOUR-USERNAME/code-field.github.io
$ mkdir your-username
# add your project inside
$ git add . && git commit -m "add my thing"
$ git push origin main
→ open a PR — it gets merged.