Dice Game
- 4 Devlogs
- 3 Total hours
A simple game that rolls two dice and gives players scores depending on the rolls. It's for my Computer Science GCSE NEA, so it's quite a basic program.
A simple game that rolls two dice and gives players scores depending on the rolls. It's for my Computer Science GCSE NEA, so it's quite a basic program.
I shipped my project, but the issue is…I never committed any of my changes to GitHub, nor did I create an executable file…so I’ve done both of those now. I’ve only committed my program to GitHub after I finished writing it…which isn’t great, and I can’t go back to change it now, but it is what it is. Executable shown below!
Cleaned the calcPoints() function up, and added comments. Ready to submit it for my NEA now I guess - if you notice anything wrong, comment and I’ll give it a look
Finished the program - Might add a GUI later though