This is a two-player color guessing game written in Python.
Both players take turns guessing a color randomly picked by the computer.
The game keeps scores, announces the winner, and includes a tie-breaker round.
- Python
- NumPy
- Random module
**Sanjida Chowdhury