A small game made using pygame. Search the key from a 5x5 grid in 6 turns with indications on how 'hot' or 'cold' they are with respect to the location of the key.
1.Python (2 or 3)
2.Pygame
Go to the command prompt/terminal. Use
git clone https://github.com/<insert your username>/pygame-Search-the-Key.git
.
This will create a clone of the project where you can make changes as you desire.
Type python main.py
to run the game.