Skip to content

Repo to store python developed games - learnt from tutorials

Notifications You must be signed in to change notification settings

oliviawindsir/pythongames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pythongames

Repo to store python developed games - learnt from tutorials

Game #1 - Rock Paper Scissors - RELEASED


How to play: Choose Rock(r), Paper(p) or Scissors(s) and see what your opponent picks.

Winning criteria:

Player Rock Paper Scissor
Rock Draw Lose Win
Paper Win Draw Lose
Scissor Lose Win Draw

Game #2 - Bingo - RELEASED


How to play: At start of the game, two random grids of 5x5 filled from 1-25 (non-repeated) - one for player and another for computer. Each player gets to pick a number of their choice in turn with the objective to form 5 straight vertical/horizontal/diagonal lines. No repeated numbers can be called.

Winning criteria: Each winning pattern gains a character from B-I-N-G-O. Collect all 5 characters win the game!

Example of Winning patterns:

x x x x x

Vertical

x
x
x
x
x

Horizontal

x
x
x
x
x

Diagonal

About

Repo to store python developed games - learnt from tutorials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages