Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 475 Bytes

File metadata and controls

30 lines (22 loc) · 475 Bytes

SpeedColor

This is a game that tests the ability of a user to differentiate colors written in python 3.5 It uses the Pygame library and Pickle to store the high score.

Requirements:

Python >= 3.0, Pygame >= 1.9.3

To install requirements:

sudo apt install python3
sudo apt install python3-pip
pip3 install pygame

To download:

git clone https://github.com/christophercalm/SpeedColor.git

To run:

cd SpeedColor

python3 SpeedColor.py