mramirid / find-the-pair-game

A memory matching card game built with C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find The Pair Game

Compilation Commands

Microsoft C/C++ Compiler

cl /EHsc /Ox /W4 /Ferun.exe ftp.cl.cpp

GNU Compiler Collection

g++ -Ofast ftp.gcc.cpp -o run.exe

Screenshot

SS FTP

About

A memory matching card game built with C++

License:MIT License


Languages

Language:C++ 100.0%