Simple implementation in Python 3 with Pygame. For more information read this Wikipedia Article.
Install dependencies and run the main script.
pip install -r requirements.txt
python src/main.py
NOTE: The only dependency is Pygame so this would also work:
pip install pygame