Basic Web Tools and Games

License Issues Forks Stars

Overview

This repository is a collection of basic web tools and games, developed using HTML, CSS, and JavaScript. These projects are designed for educational purposes, demonstrating fundamental web development concepts and providing fun interactive games and utilities.

Each folder contains a separate tool or game, ready to be opened and used in a browser.

Tools and Games Included

  1. Black Board:

    • A simple drawing application where users can draw on a virtual blackboard using the mouse.
  2. Breakout:

    • A browser-based version of the classic Breakout game. Use the paddle to break bricks by bouncing a ball.
  3. Liar's Dice:

    • A digital version of the popular dice game Liar’s Dice. The game challenges players to bluff and guess the outcome of rolled dice.
  4. Lines and Boxes:

    • An implementation of the classic Dots and Boxes game where players take turns drawing lines to form boxes.
  5. Maze:

    • A simple maze game where the player needs to navigate through a maze to reach the end.
  6. Piano:

    • A virtual piano keyboard that allows users to play notes and create melodies by clicking on the keys.
  7. Ping Pong:

    • A two-player Ping Pong (table tennis) game where each player controls a paddle and tries to score against the other.
  8. Shootout:

    • A basic shooting game where players aim and shoot at moving targets to score points.

How to Use

  1. Clone or download this repository to your local machine.
  2. Open the folder for the tool or game you want to explore.
  3. Open the corresponding HTML file in your web browser to start using the tool or playing the game.

Each project is standalone and does not require additional setup.

Technologies Used

  • HTML: Used for structuring the web pages.
  • CSS: Used for styling and adding visual elements.
  • JavaScript: Used for interactivity and game logic.

Contributing

Contributions are welcome! If you would like to contribute:

  1. Fork this repository.
  2. Make your changes or add a new tool/game.
  3. Submit a pull request explaining your changes.

Please ensure that your code is well-documented and tested before submitting.

Issues

If you encounter any issues or bugs, feel free to open an issue.

License

This project is licensed under the MIT License. See the LICENSE file for more information.


If you enjoy these tools and games, feel free to star the repository!