Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 870 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 870 Bytes

Python mini project

  • rps.py : Rock-Paper-Scissors Python is a multipurpose language and one can do literally anything with it. Python can also be used for game development. In this game, user gets the first chance to pick the
    option among Rock, paper and scissor. After that computer select from remaining two choices(randomly), then winner is decided as per the rules.

  • hangman1.py : This is a Python script of the classic game “Hangman”. The word to guess is represented by a row of dashes. If the player guess a letter which exists in the word, the script
    writes it in all its correct positions. You can easily customize the game by changing the variables.

  • battleship.py : I'm relatively new to Python, I decided to make a simple battleship game.

Tinkter