code-field
A public GitHub repository where anyone can contribute anything.
Games, scripts, art, experiments, chaos — all welcome.
Every PR gets merged.
What you can add
- 🎮 Games — browser, terminal, text-based
- 🔧 Scripts and tools — useful or not
- 🎨 Art and creative experiments
- 📚 Learning projects — first anything
- 🤷 Literally whatever — no filter
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.