Skip to content

Thaspeeha/Python-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

20 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Python-Project

Rock, Paper, Scissors โ€“ Python Console Game

A simple and interactive Rock, Paper, Scissors game built with Python.
Play against the computer in multiple rounds, with score tracking and input validation.

๐ŸŽฎ Features

  • Classic Rock, Paper, Scissors gameplay
  • Play against a computer with random moves
  • Tracks scores across rounds
  • Validates user input and handles errors
  • Clean, readable code with comments

๐Ÿ“‚ Project Structure

๐Ÿง  Game Rules

Rock beats Scissors

Paper beats Rock

Scissors beats Paper

Same choices = Draw

โœจ Example Output

--- Round 1 --- Enter your choice (rock, paper, scissors or quit to exit): rock You chose: rock Computer chose: scissors You win this round!

Score => You: 1, Computer: 0

๐Ÿ•น๏ธ Tic Tac Toe โ€“ Python Console Game

A classic two-player Tic Tac Toe game in the terminal, written in Python.
Players take turns placing their symbol (X or O) on a 3ร—3 grid, aiming to get three in a row โ€” horizontally, vertically, or diagonally.

๐Ÿ“ฆ Features

  • Two-player turn-based gameplay
  • Input validation (no overwriting or invalid entries)
  • Win and draw detection
  • Option to play again after a match
  • Fully commented and beginner-friendly code

๐Ÿ“‚ Project Structure

Run Game

python tic_tac_toe.py

๐ŸŽฎ Game Instructions

  • The game starts with Player X.
  • Each player will be prompted to enter a move in the format: row column (e.g., 1 3 for top-right corner).

The game checks for:

  • A win (3 in a row, column, or diagonal)
  • A draw (all spaces filled)

After the result, players can choose to play again.

๐Ÿ“ธ Sample Output

Player X, enter your move as row and column (e.g. 1 2): 1 1 ... Player O wins! Do you want to play again? (y/n):

๐Ÿš€ My Certificate

Certificate

๐Ÿ“ License

This project was developed for educational purposes and is not intended for commercial deployment without further development.

About

1. A simple and interactive Rock, Paper, Scissors game built with Python. 2. A classic two-player Tic Tac Toe game in the terminal, written in Python.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages