Welcome to the GameDev repository! This collection features a variety of engaging games developed using Python, HTML, CSS, and JavaScript for entertainment and learning purposes. Each game is contained within its own directory, complete with detailed instructions on how to run and play.
-
U.S. States Game
Description: Guess the U.S. states. Type 'exit' to quit and learn the missing states (file is created after exiting).
How to Play: Runpython main.py
-
Turtle Crossing Game
Description: Help a turtle cross the road while avoiding moving cars. Each level gets progressively harder.
How to Play: Runpython main.py
-
Pong Game
Description: Play the classic Pong game with increasing ball speed after each hit.
How to Play: Runpython main.py
-
Snake Game
Description: Enjoy the classic snake game using arrow keys. Highest score is saved.
How to Play: RRunpython main.py
-
Automated Game Playing Bot
Description: Automates gameplay for Cookie Clicker by clicking cookies and purchasing items every 7 seconds. Runs for 7 minutes.
How to Play: Runpython main.py
Dependencies:
- Install Selenium:
pip install selenium - Download Chrome WebDriver and add it to your system's PATH.
- Install Selenium:
-
Turtle Race Betting Game
Description: Bet on a winning turtle in a race between six colorful turtles.
How to Play: Runpython turtle_race_bidgame.py
-
Higher Lower Game
Description: Play the famous higher-lower game.
How to Play: Runpython higher_lower_game.py
-
Hangman Game
Description: Play the classic hangman game.
How to Play: Runpython hangman_game.py
-
Guess the Number
Description: Guess a number between 1 and 100 against the computer with easy and hard modes.
How to Play: Runpython guess_the_number.py
-
Rock-Paper-Scissors Game
Description: Play rock-paper-scissors against the computer.
How to Play: Runpython rock-paper-scissors-game.py
-
Simon Game
Languages: HTML, CSS, JavaScript with jQuery
Description: A memory-based game where players must repeat an increasingly long sequence of colors in the correct order.
To Play: Openindex.html. -
Connect Four Game
Languages: HTML, CSS, JavaScript
Description: A classic implementation of the Connect Four game.
To Play: Openconnect_four_game.html.
-
Clone the repository:
git clone https://github.com/Ahmad-danaf/GameDev.git
-
Navigate to the desired game directory:
cd GameDev/game_directory -
Follow the instructions to run each game as described.
Contributions to enhance existing games or add new ones are welcome! Fork the repository, make your changes, and submit a pull request.