Regular tic tac toe but now in python
-
Updated
Sep 29, 2021 - Python
Regular tic tac toe but now in python
This Python code implements the classic Rock, Paper, Scissors game. You choose between rock, paper, or scissors, and the computer randomly selects its choice. The code determines the winner based on the standard game rules and displays the results.
A voice based (speech to speech) hand cricket like game in python
This Python program is a fun and challenging turtle crossing game! Guide your turtle across a busy road, dodging oncoming cars to reach the finish line. Levels get progressively harder as the cars get faster. Enjoy the race!
Cross the Turtle from one end to another end of a heavy traffic road
Snake Game is a classic arcade game implemented in Python using the Turtle graphics library. Control a growing snake as it eats food pellets and avoids colliding with walls or itself. Enjoy simple controls, colorful graphics, and addictive gameplay.
This repo consists of some (lame) games which are made with pygame. These are very basic level ones which can be used as a basement for your moderate level games.
Challenge yourself in this exciting game of Blackjack! Test your skills against the computer by aiming to get a score as close to 21 as possible without going over (busting). Aces can be worth 1 or 11, adding a strategic element to your decisions.
Hangman game using python // El juego del ahorcado en tu terminal con Python
This Python code implements a simple text-based adventure game where you explore a mythical island and search for treasure. Make a series of choices at crossroads, lakes, and mysterious houses to navigate your way to potential riches (or danger).
Add a description, image, and links to the basic-games-in-python topic page so that developers can more easily learn about it.
To associate your repository with the basic-games-in-python topic, visit your repo's landing page and select "manage topics."