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 astyle.css - Raise a Pull Request (PR) to get their game added to the main homepage
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)
-
Fork this repository on GitHub
-
Clone it to your local system and open in your code editor
-
Create a folder in the
games/directory using the formatyour-name-game-name -
Add your game files inside that folder:
index.htmlscript.jsstyle.css(optional)
-
**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>- Commit your changes, push to your GitHub repo, and raise a Pull Request (PR)
- Once approved, your game will be featured on the homepage! ๐
- 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 โค๏ธ