Skip to content

Akirakato1/PyramidSolitaire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Change in BasicPyramidSolitare:
Added try catch line 309 in isGameOver.
Was an issue in assignment2 because exception left uncaught.

Changed getCardAt line 352 so it returns a copy and not reference.

Changed getDrawCards line 375 so it returns a copy and not reference.

Changed line 63 from assigning reference to copying the actual deck in startGame.

Change in Card class

Equals method bug fix: == on String (suite) to .equals : line 56.

About

Pyramid Solitaire game OOD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages