Skip to content

Latest commit

ย 

History

History
74 lines (52 loc) ยท 1.92 KB

File metadata and controls

74 lines (52 loc) ยท 1.92 KB

ChillZone JS Games Repository ๐ŸŽฎ

Welcome to the ChillZone โ€” a fun space for mentees to build and share mini JavaScript games like Tic Tac Toe, Snake, 2048, and more!

Each student will:

  • Fork this repository
  • Create their own folder under games/your-name-game-name/
  • Add an index.html, script.js, and optionally a style.css
  • Raise a Pull Request (PR) to get their game added to the main homepage

๐Ÿ‘ฅ Folder Structure

chillzone-js-games/
โ”‚
โ”œโ”€โ”€ index.html              # Homepage linking to all submitted games
โ”œโ”€โ”€ README.md               # Instructions for contributors
โ””โ”€โ”€ games/
    โ””โ”€โ”€ your-name-game-name/
        โ”œโ”€โ”€ index.html
        โ”œโ”€โ”€ script.js
        โ””โ”€โ”€ style.css       # (Optional)

๐Ÿ‘จโ€๐Ÿ’ผ Instructions for Mentees

  1. Fork this repository on GitHub

  2. Clone it to your local system and open in your code editor

  3. Create a folder in the games/ directory using the format your-name-game-name

  4. Add your game files inside that folder:

    • index.html
    • script.js
    • style.css (optional)
  5. **Update the homepage **`` in the root directory to add a link to your game:

<li><a href="games/your-name-game-name/index.html">Your Game Title</a></li>

some more examples:

  • Calculator by mounika
  • Vaishnavi - Click the circle
    1. Commit your changes, push to your GitHub repo, and raise a Pull Request (PR)
    2. Once approved, your game will be featured on the homepage! ๐ŸŽ‰

    ๐Ÿš€ Sample Game Ideas

    • Tic Tac Toe
    • Rock Paper Scissors
    • Memory Card Game
    • Dice Roller
    • Calculator
    • Snake Game
    • 2048
    • Whack-a-Mole

    Get creative and have fun!


    This project is for learning and collaborative coding only. No backend needed.

    Happy Coding โค๏ธ