tusharnankani / GamesBuiltUsingPython

Built a few games while learning Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Games built using PYTHON:

  • Built a few games while learning Python.
(Their descriptions are given in their respective folders.)

GAMES

0. Guessing Game

  • Advanced.

1. Hangman

  • With 400+ words.

2. Rock Paper Scissors

  • With the computer.

3. Tic-Tac-Toe

Additional Python Projects

0. Python Password Generator

1. Python Auto Draw

  • NOTE: I have just built the logic for these games till now; and they can just be played on the Command Line (Terminal)/Jupyter Notebooks.

NEXT GOAL:

0. Building GUI for all the games, using the tkinter module.

1. Adding AI, building another mode for TIC-TAC-TOE playing with the Computer - Levels (Easy/Difficult)

2. Building a Machine Learning Model for playing Rock Paper Scissors, real-time with the Computer, using Convolutional Neural Network (CNN).

To run it on your PC:

  • Make sure you have Python 3.7.x or Python 3.8.x installed, if not, click here to install!
  • Clone this into your Desktop: git clone "https://github.com/tusharnankani/GamesBuiltUsingPython"
  • Open Command Line or Terminal
  • Change directory to a respective game: cd "Desktop\GamesBuiltUsingPython\<game_name>"
  • Run <game_name.py>: python game_name.py
  • And now have fun! ^_^

About

Built a few games while learning Python.


Languages

Language:Python 73.7%Language:Jupyter Notebook 26.3%