https://github.com/devvspaces/python_projects
This are my python projects
https://github.com/devvspaces/python_projects
Last synced: 10 months ago
JSON representation
This are my python projects
- Host: GitHub
- URL: https://github.com/devvspaces/python_projects
- Owner: devvspaces
- License: apache-2.0
- Created: 2021-09-20T02:10:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-14T14:29:02.000Z (over 3 years ago)
- Last Synced: 2025-06-09T03:06:07.247Z (about 1 year ago)
- Language: Python
- Size: 371 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Amazing Python Projects
> Python projects I have built from scratch from challenges and ideas.
[](https://github.com/devvspaces/python_projects/graphs/commit-activity)
[](https://github.com/devvspaces/python_projects/issues)
## Requirements (Prerequisites)
Tools and packages required to successfully install this project.
* Python 3.3 and up
## Installation
Project has no dependencies
`git clone https://github.com/devvspaces/python_projects`
## Projects
Brief overview of developed projects
* [TicTacToe](./TicTacToe)
> Amazing Tic Tac Toe project, which makes use of [Monte Carlo Method](https://en.wikipedia.org/wiki/Monte_Carlo_method) to help the computer play smartly against you.
* [2048](./TwentyFortyEight)
> 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.
* [Simple Test Suite](./Simple_test_suite)
> Designed a basic python test suite to test simple code easily
* [Solitaire Mancala](./Solitaire%20Mancala)
> One row design for the game https://mancala.fandom.com/wiki/Mancala_Solitaire_(1)
* Hangman
* MadLib
* Rock Paper Scissors
* Guess Game
## Tech Stack / Built With
1. Python only