Skip to content

sakshi1755/Chillzone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

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 ❤️

    About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

     
     
     

    Contributors