Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 703 Bytes

File metadata and controls

21 lines (13 loc) · 703 Bytes

learningpython

Various projects I am creating for the purpose of learning python. Projects will be various and probably non related.

I am currently using Python 3.4.1 for this project.

Current external libraries I am using are: none

Rock Paper Scissors (Lizard Spock)

Game I put together. Code is not well documented currently. You can play both traditional Rock, Paper, Scissors or Rock, Paper, Scissors, Lizard, Spock.

Black Jack

Same as the casino game! You will be able to do most things that can be done in the casino version. You can hit, stay, or double down. The game will also recommend moves for your current situation.