Skip to content

sudosys/matchmatch-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Match Match Game matchmatch_icon

About the Game

Match Match Game is a card matching game that gives you customizability and joy. Players can customize card backs as they wish. Also there are card front themes for players to choose from!

Installation

Latest version of the game can be downloaded from the releases tab.

Build Steps

qmake.exe src.pro

Then, create a folder in the project directory and cd into it

Using MinGW:

mingw32-make.exe -j8

Using MSVC (Microsoft Visual C++ Compiler):

jom.exe

Game Settings

Settings are pretty straight-forward.

Players can select,

  • Card Back Texture
  • Card Front Texture
  • Background

and

  • Music
  • Sound effects (card flip sound and end game sound)

can be toggled.

settings_window

Player Statistics

Match Match Game also keeps statistics about your game.

The things that the game keeps track of are,

  • Difficulty level of the game
  • Date & Time that the game started
  • Time elapsed
  • Erroneous flips occured in the game
  • Score of the game

player_statistics_window

Contributing

Contributions are welcomed. If you have ideas about the game please contact via Twitter (link can be found in the profile page).

License

This game is licensed under GNU GPLv3.0