├── 1_Rock-paper-scissors-lizard-Spock.py ├── 2_Guess-the number-game.py ├── 3_Stopwatch-The Game.py ├── 4_Pong.py ├── 5_Memory.py ├── 6_Blackjack.py ├── 7_Spaceship.py ├── 8_RiceRocks.py └── README.md /1_Rock-paper-scissors-lizard-Spock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoli-dev/mini-projects-while-learning-python/HEAD/1_Rock-paper-scissors-lizard-Spock.py -------------------------------------------------------------------------------- /2_Guess-the number-game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoli-dev/mini-projects-while-learning-python/HEAD/2_Guess-the number-game.py -------------------------------------------------------------------------------- /3_Stopwatch-The Game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoli-dev/mini-projects-while-learning-python/HEAD/3_Stopwatch-The Game.py -------------------------------------------------------------------------------- /4_Pong.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoli-dev/mini-projects-while-learning-python/HEAD/4_Pong.py -------------------------------------------------------------------------------- /5_Memory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoli-dev/mini-projects-while-learning-python/HEAD/5_Memory.py -------------------------------------------------------------------------------- /6_Blackjack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoli-dev/mini-projects-while-learning-python/HEAD/6_Blackjack.py -------------------------------------------------------------------------------- /7_Spaceship.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoli-dev/mini-projects-while-learning-python/HEAD/7_Spaceship.py -------------------------------------------------------------------------------- /8_RiceRocks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoli-dev/mini-projects-while-learning-python/HEAD/8_RiceRocks.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoli-dev/mini-projects-while-learning-python/HEAD/README.md --------------------------------------------------------------------------------