A creative coding / game project built with p5.js and p5.play.
-
Clone the repo:
git clone https://github.com/AKIB2005/C20.git cd C20 -
Open
index.htmlin your browser — no build step needed!
Libraries are loaded via CDN, so you need an internet connection to run the project.
C20/
├── index.html # Entry point — loads all libraries and sketch
├── sketch.js # Your p5.js game/sketch logic
├── style.css # Page styles
├── .gitignore # Ignores OS/editor junk and old vendor files
└── README.md # This file
- p5.js v1.9 — Creative coding library
- p5.play v3 — Game library built on top of p5.js
- Matter.js — 2D physics engine (used by p5.play)
Enable GitHub Pages:
Settings → Pages → Branch: main → Save
Your project will be live at: https://akib2005.github.io/C20
MIT