Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 643 Bytes

File metadata and controls

15 lines (15 loc) · 643 Bytes

RockPaperScissorsSpockLizard

A Python 3.5 Implementation of the Rock-Paper-Scissors-Spock-Lizard game which learns how to beat players using a Bayesian classifier.
Requires >= Python3.5 and the TKinter library.

The program is run via the playGame.py file

Screenshots

alt text
Screenshot 1: Main Screen


alt text
Screenshot 2: Gameplay 1


alt text
Screenshot 3: Gameplay 2


alt text
Screenshot 4: Options


alt text
Screenshot 5: Help