Simple ESP Game

Hi all! Just got to the end of the Python course, and created this simple Terminal game. It is based on the classic 5 symbols that are part of a card guessing game to test psychic abilities.

As it stands, this is a very elementary, but complete game. I could imagine later fleshing it out much, much further, especially with elaborate imagery, and more features. However, this is my first attempt at an object oriented application utilizing classes, and though modest, represents the furthest I’ve gone yet in terms of my comprehension. I’m glad to have progressed, and look forward to improving much more as I continue along.

Here is my blog Python Terminal Game Article
Here is my link(also in the article) to the GitHub Repository.