5.PythonIntroductoryCourse ProjectOverview 261020
5.PythonIntroductoryCourse ProjectOverview 261020
Skilling Nfuture
BIT Embedded | VLSI | IoT | Applications | Design | Develop | Deploy
Project Overview
In this project , a GUI based Rock Paper Scissors game will be designed .
User can compete against the bot in thrilling game of Rock Paper Scissors.
It will be a 3 point game. First one to score 3 points will win the game.
We will be using the Fundamentals of Programming & GUI Designing which we
have learned during this course for designing this game.
Embedded | VLSI | IoT | Applications | Design | Develop | Deploy
Skilling for future
Inside User_Choice function define all the logics required for evaluating the score
and displaying it over scoreboard. (Note: Game will be of 3 points)
At the end of the game results will be declared using Message Widget.
At end of the game, all the score keeping variables need to be reset to 0.
Create a mainloop() & Run the code.
Embedded | VLSI | IoT | Applications | Design | Develop | Deploy
Skilling for future
Thank You