Skip to content

Gem Match. Flip adjacent gems to match 3 or more the same gem to remove.

License

Notifications You must be signed in to change notification settings

tech-chad/gem_match

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 19, 2022
9909fae · Jul 19, 2022

History

36 Commits
Jul 18, 2022
Nov 16, 2021
Nov 16, 2021
Nov 19, 2021
Jul 19, 2022
Nov 20, 2021
Jul 19, 2022
Nov 16, 2021

Repository files navigation

Gem Match

Match 3 or more of the same gem to remove.

This game uses python3 and pygame.

Requires:

pygame 2.1 +

python 3.7 +

To Play:

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

Features

  • 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

How to Play:

  • select a gem
  • select an adjacent gem that if swapped will make 3 in a row.
  • repeat until no more valid moves

Screenshots:

screenshot

screenshot

About

Gem Match. Flip adjacent gems to match 3 or more the same gem to remove.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages