Match 3 or more of the same gem to remove.
This game uses python3 and pygame.
pygame 2.1 +
python 3.7 +
Option 1
- Download the wheel or tar.gz file from Github
- Install in a virtualenv by using pip
- To play gem_match
Option 2
- clone repository
- cd into gem_match
- make and activate virtualvenv (python3.7 +)
- pip install -r requirements.txt
- python3 src/gem_match.py
- Normal Game Mode - Play until no more valid moves.
- Unlimited Game Mode - Play until you quit. Score will not be saved.
- High Score saving
- Hints - After about 10 seconds you will be given a hint
- Command line option
--no_hints
to disable hints
- select a gem
- select an adjacent gem that if swapped will make 3 in a row.
- repeat until no more valid moves