Skip to content

The classic 'Pyramid Solitaire' game is implemented using graph and stack data structures in c++.

License

Notifications You must be signed in to change notification settings

Karthik-2002-git/Pyramid-Solitaire-Using-Graphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyramid-Solitaire-Using-Graphs

This project is done as a part of our 'Data Structures & Algorithms' project in 2nd semester. We have implemented the classic 'Pyramid Solitaire' game using graph and stack data structures in c++. The objective of the game is to remove pairs of cards that add up to a total of 13, the equivalent of the highest valued card in the deck (king), from a pyramid arrangement of 28 cards. When using the standard 52-card deck, Jacks are valued at 11, Queens at 12, and Kings at 13. However only the visible cards of the pyramid and top cards of stock and waste pile are selectable. We have to get rid of all cards!

TEAM MEMBERS:

  1. Karthik
  1. Karthikeyan

About

The classic 'Pyramid Solitaire' game is implemented using graph and stack data structures in c++.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages