Harsh-garg-coder / GameZone

Contribute on this repository with VALID PRs to HACKTOBERFEST-2022 and earn amazing swags!

Home Page:https://github-gamezone.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacktoberfest 2022

Email Banners-Dark

This project is perfect for your pull requests

🗣 Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2022 challenge and earn a limited edition T-shirt.

📢 Register here for Hacktoberfest and make four pull requests (PR) between October 1st - 31st to grab free SWAGS 🔥

A one stop website for all mini games for your boring and lazy times, comfort games like tik-tac-toe, rock-paper-scissors etc are some games available.

How To Contribute?

Feel Free to add your own game to the website, just make sure it is not already a part of the website. Clone the repository , add your game folder, create a section for your game in the home page and you are good to go. If you want to improve the way the website looks, feel free to make changes in the CSS and create a Pull request.

Steps to be eligible for a PR:

  • Step 0: Star and Fork this repository
  • Step 1: Add your game folder into the repository
  • Step 2: Link the game in index.html file in root folder
  • Step 3: Add your Github username and Github profile link in the CONTRIBUTORS.md file.
  • Step 4: Deploy the updated PR in your forked repository so that it is visible to us
  • Step 5: Wait until it gets merged

Criteria For The Games :

  1. The game should be unique. (not in the repo already)
  2. Game should be small scale and quick to play.
  3. Game should be in dark background to match the theme. (preferable only)
  4. Game must have an icon.
  5. Game should be made responsive and have mobile device support (may be added later).

Games :

  1. Feed The Snake :

    The classic snake game that we all are familiar with, feed the snake while avoiding collision with the walls and it's own body. controls are up, down, right and left arrow keys for Keyboard devices.

  2. Rock Paper Scissors :

    The classic rock paper scissor game from our childhood, you and your opponent (computer) choose one of three options, Rock, paper or scissor, Rock beats scissor, scissor beats paper and paper beats rock. For each win you get +1 points, for each loos you get -1 and for a tie you get 0 points. Try to get the highest score possible.

  3. Tik Tak Toe :

    The classic Tik Tik Toe game we all know and love. You play as X and move first , computer plays as O and moves after you , your objective is to capture 3 consecutive spaces in a 3x3 grid either horizontally, vertically or diagonally, first one to do that wins.

  4. Flip Flop Fun :

    It is a game that tests your memory, there are 16 cards in the game, there are 2 of each type of cards i.e. 8 distinct cards, you can flip 2 cards each turn, if you flip the two same cards, you get closer to victory, if you flip different cards, try to remember what you flipped for future turns. If you find all the pairs before the time runs our, you win.

  5. Guess The Number :

    The Game generates a random number between 1 and 100 (1 and 100 included) , you have 7 guesses to guess out the number, after each guess , the game will tell you your next guess should be higher or lower, if you guess out the number within 7 turns , you win.

  6. More games Coming soon...


Contributors for Hacktoberfest 2022

About

Contribute on this repository with VALID PRs to HACKTOBERFEST-2022 and earn amazing swags!

https://github-gamezone.netlify.app/

License:MIT License


Languages

Language:JavaScript 74.1%Language:HTML 13.6%Language:CSS 12.2%