Shed Card Game
Time Scale: 1 ½ Months
Solo Project
Languages: UE5 Blueprints
Software: UE5
University Project
Recreation of the card game “Shed” in UE5.
Contributions:
- Sole Programmer
- Cards: Game object which stores the suit and the card value, is able to be instantiated to create a whole deck of cards
- Game participant: Has different ideas to indicate the user and the computer player, stores the players’ cards.
- Main Game: Has all of the functions for the game to run properly, including the functions to allow the computer to select a card based on what would be the best choice.
- UE5 Widgets System: Dynamically changed during runtime to display the cards as buttons, some of which are only accessible after a certain point of the game.