Welcome to the Simple Games Repository! 🎮 This repository contains various fun and interactive games built using HTML, CSS, and JavaScript. The goal is to provide simple, beginner-friendly examples of games that anyone can build and customize.
A classic two-player game where you try to get three of your symbols in a row, column, or diagonal.
- Status: Available to play! ✅
- Description: Players take turns marking spaces in a 3×3 grid. The player who first aligns three of their marks vertically, horizontally, or diagonally wins the game.
- Play the Tic-tac-toe Game
The following games will be added soon, stay tuned for updates! 👾
The popular hand game where Rock beats Scissors, Scissors beats Paper, and Paper beats Rock.
- Status: Coming Soon ⏳
- Description: Players choose Rock, Paper, or Scissors, and the game determines the winner based on the classic rules.
Test your memory by matching pairs of cards from a deck.
- Status: Coming Soon ⏳
- Description: Flip two cards at a time and try to match them. The game ends when all pairs have been matched.
A simple game where you control a snake to eat food and grow longer.
- Status: Coming Soon ⏳
- Description: Navigate the snake to collect food, but be careful not to run into the walls or yourself!
A fast-paced game where you try to "whack" as many moles as possible.
- Status: Coming Soon ⏳
- Description: Moles randomly pop out of holes, and you have to click on them before they disappear.
Break the blocks using a ball and paddle in this arcade-style game.
- Status: Coming Soon ⏳
- Description: Use the paddle to bounce the ball and break all the bricks on the screen.
A memory game where players repeat a sequence of colors.
- Status: Coming Soon ⏳
- Description: The game shows a pattern of colors, and the player must repeat the sequence in the correct order.
-
Clone the repository to your local machine:
git clone https://github.com/subodh-06/Games-using-javascript.git cd <game path>
-
Open the
index.html
file of any available game in your browser to start playing.
Feel free to contribute by adding new games, improving existing games, or enhancing the UI/UX of the project. You can create a pull request and share your work with the community!