Programming Challenges:
OOP
11
Red
Dungeons and Dragons
Create a program that allows you to get a random D&D character. Create a class for a character
Character (name, race, atk, def)
If race equals (polymorphism) a new stat is added:
Elf (Magic level)
Giant (Height)
Human (Stamina)
2
2
Orange
Top Trumps
Create a game of top trumps with at least 10 cards.
5 cards should be randomly assigned to the player and then printed.
3
3
Green
Events
Create a program that allows user to create, view and sign up for events.
Events should have a name, category and date.
4
4