Skip to content

A project for school. GCSE Computer Science Python coding project.

License

Notifications You must be signed in to change notification settings

VoidemLIVE/Dice-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dice Game

Setup

  1. Make a directory
  2. Make sure main.py and users.txt are in that directory
  3. Run main.py

As simple as that.

Why i made this

At school for my GCSE Computer Science course i was given 3 options of things to program in python. I chose the dice game and had to follow a brief. I made this in July but only just thought about uploading it to Github.

The brief i was given from my school

(THIS IS A BRIEF GIVEN FOR EDUCATIONAL PURPOSES AND IS NOT MADE TO BE DISTRIBUTED AS AN ACTUAL APPLICATION}

Katarina is developing a two-player dice game. The players roll two 6-sided dice each and get points depending on what they roll. There are 5 rounds in a game. In each round, each player rolls the two dice. The rules are: • The points rolled on each player’s dice are added to their score. • If the total is an even number, an additional 10 points are added to their score. • If the total is an odd number, 5 points are subtracted from their score. • If they roll a double, they get to roll one extra die and get the number of points rolled added to their score. • The score of a player cannot go below 0 at any point. • The person with the highest score at the end of the 5 rounds wins. • If both players have the same score at the end of the 5 rounds, they each roll 1 die and whoever gets the highest score wins (this repeats until someone wins). Only authorised players are allowed to play the game. Where appropriate, input from the user should be validated.

Design, develop, test and evaluate a program that:

  1. Allows two players to enter their details, which are then authenticated to ensure that they are authorised players.
  2. Allows each player to roll two 6-sided dice.
  3. Calculates and outputs the points for each round and each player’s total score.
  4. Allows the players to play 5 rounds.
  5. If both players have the same score after 5 rounds, allows each player to roll 1 die each until someone wins.
  6. Outputs who has won at the end of the 5 rounds.
  7. Stores the winner’s score, and their name, in an external file.
  8. Displays the score and player name of the top 5 winning scores from the external file.

About

A project for school. GCSE Computer Science Python coding project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages