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