Skip to content

srinayana3/Chillzone

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 

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

No packages published