0. What is the link to your project on itch.io?

  https://adam-stall.itch.io/prospector-solitaire
 

1. What are the controls to your game? How do we play?

  None different from the tutorial.
 

2. What creative additions did you make? How can we find them?

  Made my own card backs, and changed the default card back to my own.
 

3. Any assets used that you didn't create yourself?

  No.
 

4. Did you receive help from anyone outside this class or from anyone in this class that is not in a group with you?

  (list their names and what they helped with)
 

5. Did you get help from any AI Code Assistants?

  No.
 

6. Did you get help from any online websites, videos, or tutorials?

  I did use the class diff checker if that counts, but I only used it to find one specific missing line of code.
 

7. What trouble did you have with this project?

  I kept getting a Null Reference Error whenever the MoveToDiscard method was called, specifically because jsonLayout.discardPile was null, until I realized that I was missing a [System.Serializable] above JsonLayoutPile.
 

8. Is there anything else we should know?

  Nope.
  

Leave a comment

Log in with itch.io to leave a comment.