Skip to content

AKIB2005/C20

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

C20 β€” p5.play Project

A creative coding / game project built with p5.js and p5.play.

πŸš€ Getting Started

  1. Clone the repo:

    git clone https://github.com/AKIB2005/C20.git
    cd C20
  2. Open index.html in your browser β€” no build step needed!

Libraries are loaded via CDN, so you need an internet connection to run the project.

πŸ“ Project Structure

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

πŸ›  Built With

  • 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)

🌐 Live Demo

Enable GitHub Pages:
Settings β†’ Pages β†’ Branch: main β†’ Save
Your project will be live at: https://akib2005.github.io/C20

πŸ“„ License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors