Python projects I have built from scratch from challenges and ideas.
Tools and packages required to successfully install this project.
- Python 3.3 and up
Project has no dependencies
git clone https://github.com/devvspaces/python_projects
Brief overview of developed projects
-
Amazing Tic Tac Toe project, which makes use of Monte Carlo Method to help the computer play smartly against you.
-
This is a python clone game challenge for '2048'. My version of this games give players the opportunity to play on different kinds of grids that is Square or Rectangular.
-
Grid
Practiced working on Python 2D grids, basically a list of lists, on printing and creating flexible grids.
-
Designed a basic python test suite to test simple code easily
-
One row design for the game https://mancala.fandom.com/wiki/Mancala_Solitaire_(1)
-
Hangman
-
MadLib
-
Rock Paper Scissors
-
Guess Game
- Python only