/Rock-Paper-Scissors-Project

The Fall 2019 Carleton AI Society club project.

Primary LanguagePython

Welcome to the Carleton AI Society Fall 2019 project!

We're going to be making an artificial intelligence that wins at Rock, Paper, Scissors! It's been done before, but it's a good project to get your feet wet in AI.

The Challenge:

https://towardsdatascience.com/how-to-win-over-70-matches-in-rock-paper-scissors-3e17e67e0dab

Example Codes

Example Algorithm Types

(You can find a large set of algorithms in Python that do pretty much what we're trying to do as a link on the above page, the small difference is that we will be playing real players instead of other algorithms and using Python 3 (not 2).)