
What I did today for Free Friday
Today I did a mini project of making a roll dice game in Virtual Studio Code. I learned about multiple rules that goes into making the game. With functions and codes such a minimum, maximum, and a bunch of while loops, ifs, and else. These are crucial for making the game work. What I made today is basically a roll dice game where there’s two to four players and each of them have a chance to roll a number between 1-6 to and each round, they add the number they get but if the player gets a number 1 their points get reset. The player with the most points wins the game.


These are the code snippets that I’ve finished and that’s how the code goes.

Leave a Reply