Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.
/ Matching-game Public archive

A Pikachu-style matching game running in the console

Notifications You must be signed in to change notification settings

minhngkh/Matching-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pikachu_KTLT

You can compile this game using g++ like follow:

g++ src/pointer/*.cpp -Iinclude -Llib -lpdcurses -l Winmm

or if you want the linked-list implementation:

g++ src/linked-list/*.cpp -Iinclude -Llib -lpdcurses -l Winmm