Skip to content

This is a choice based card game revolving around a typical college student. This game was inspired by the 20 questions & Reigns card game. (WCC)

License

Notifications You must be signed in to change notification settings

mmiller2321/Choices-Game

Repository files navigation

Visits Badge Updated Badge Created Badge

A Game of Choices

This is a choice based card game revolving around a typical college student. This game was inspired by 20 questions and reigns game. The end goal is to survive the college years by successfully balancing studies, work and life, Each aspect will start off with 50%. Constantly choosing one out of two choices that will affect the students aspects by increasing or decreasing one or more of the aspects. If one aspect bar is too low or too high, the player will lose a life and receive a punishment.

Data Structures

  • Hash Tables were used to store choices and their aspect impact on the student. For example; "do homework (+5% study, -2% life)".
  • Graphs/Priority Queue were used to provide hints to allow the end user to pick the best choice.
  • Sorting Algorithm were used to provide short prompts based upon the aspect inpact on a student at a given time.

Sample Screenshots

Demonstrations

Demonstration with a warning message

Implementation

Graveyard

Saving the game

Load Save method

About

This is a choice based card game revolving around a typical college student. This game was inspired by the 20 questions & Reigns card game. (WCC)

Topics

Resources

License

Stars

Watchers

Forks

Languages