Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDSS Computing Studies Python Assignment

Assignment #100b Rock Paper Scissors

Introduction

A basic rock paper scissors game can be created by just following a top down design in one main block or function, but to make it more modular is better practice. We are going to do the hard way for more practice.

Assignments:

1. Player Choice

Create a function that asks a player for their choice

2. Computer Choice

Create a funcion that creates a random choice for the computer

3. Determine the winner

Create a function that takes the computer and player choices and determines who the winner is.

4. Full Game

Tie the 3 other assignments together to create a full Rock, Paper, Scissors game.

About

Projects related to rock paper scissors

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages