Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

CFG x Experian Introduction to Python Course - Final Project

Notifications You must be signed in to change notification settings

harleygarrett/rockpaperscissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors

Course presentation: 15/03/22

Rock Paper Scissors program created for the final project of the Code First Girls x Experian Introduction to Python Career Switcher course.


Project Brief

Overview

In this project, the user’s playmate would be the computer or the program that you’ve designed. User takes the first turn and picks one option while in the next turn, your program randomly picks one out three options. Each game would have 5 rounds (5 chances to each player). Your program has to keep a track of the scores and display the winner at the end of the game. Your program should also allow the user to replay or quit.

Goals

  1. Function that randomly picks an option incase of computer’s turn.
  2. Function to validate the user’s input and keep a track of scores.
  3. Display the winner.
  4. Allow for replay.

Contents

  • /src contains the original code for running Rock Paper Scissors in the terminal
  • /tkinter contains all the code used in the running of the program
  • /tkinterapp/lib contains external code used for testing
  • /tkinterapp/img contains images cropped from free stock illustrations

Tasking

  • Extract out function comparing user's choice and program's choice
  • Extract out functions for rendering label and image content

About

CFG x Experian Introduction to Python Course - Final Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages