Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 2.11 KB

README.md

File metadata and controls

37 lines (20 loc) · 2.11 KB

Python-Pygame-Projects

Dice-Roll-With-Pygame

In this Project, we will make a Dice Rolling Simulator Game with the help of the Python Pygame Module. Our Dice Rolling Simulator contains rolling animation and sound effects of rolling and controlling dice through the space bar.

Snap Shot of Game UI 👇

GameUI

GameUI

Rock-Paper-Scissor-Pygame

Source Code game.py.

In this Project, we will make a Rock Paper Scissor Game with a Python Pygame Module.Our Rock Paper Scissor Game contains images, displaying score and winner, buttons, etc.

Snap Shot of Game UI 👇

GameUI

GameUI

Tic-Tac-Toe-Pygame

Source Code game.py.

In this Project, we will make a Tic Tac Toe Game with a Python Pygame ModuleOur Tic Tac Toe Game contains drawing X and O, displays the winner and displays the play again button

Snap Shot of Game UI 👇

GameUI

Doing projects is the best way to learn code.