Welcome to the Miscellaneous Projects repository! This repository contains a collection of various projects and experiments.
This repository is a compilation of different projects that I have worked on. Each project is contained within its own directory and has its own README file with specific instructions and details.
-
Snake Game
- Description: A classic Snake Game where the player controls a snake to eat food and grow longer. Avoid running into the walls or the snake's own body.
- Location:
./Snake_Game/
- Location:
- Description: A classic Snake Game where the player controls a snake to eat food and grow longer. Avoid running into the walls or the snake's own body.
-
Pong_Game
- Description: A simple Pong game where two players control paddles to hit a ball back and forth. The objective is to score points by getting the ball past the opponent's paddle.
- Location:
./Pong_Game/
- Location:
- Description: A simple Pong game where two players control paddles to hit a ball back and forth. The objective is to score points by getting the ball past the opponent's paddle.
-
TurtleRace_Game
- Description: A fun and competitive Turtle Race game where multiple turtles race to the finish line. The first turtle to cross the finish line wins. Players can cheer for their favorite turtle and watch the race unfold.
- Location:
./TurtleRace_Game/
- Location:
- Description: A fun and competitive Turtle Race game where multiple turtles race to the finish line. The first turtle to cross the finish line wins. Players can cheer for their favorite turtle and watch the race unfold.
To get started with any of the projects, clone the repository:
git clone https://github.com/rudra-swnt-12/Misc_Projs.git
cd Misc_Projs
Navigate to the specific project directory and follow the instructions in the project's README file.
Each project has its own set of instructions for usage. Please refer to the README file within each project directory for detailed usage information.
Contributions are welcome! If you have any improvements or new projects to add, please fork the repository and create a pull request.
- Fork the repository
- Create a new branch (
git checkout -b feature-branch
) - Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature-branch
) - Create a new Pull Request
This repository is licensed under the MIT License. See the LICENSE file for more information.