├── Digital_Clock ├── Digital clock.py └── README.md └── Python AI TicTacToe Game ├── Readme.md └── tictactoegame.ipynb /Digital_Clock/Digital clock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Hacktoberfest-Project-and-Games/HEAD/Digital_Clock/Digital clock.py -------------------------------------------------------------------------------- /Digital_Clock/README.md: -------------------------------------------------------------------------------- 1 | # Digital Clock 2 | -------------------------------------------------------------------------------- /Python AI TicTacToe Game/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Hacktoberfest-Project-and-Games/HEAD/Python AI TicTacToe Game/Readme.md -------------------------------------------------------------------------------- /Python AI TicTacToe Game/tictactoegame.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Hacktoberfest-Project-and-Games/HEAD/Python AI TicTacToe Game/tictactoegame.ipynb --------------------------------------------------------------------------------