Dice Game

Dice Game for computer science project

requirements

  • python3
  • an assets/ folder in src/
  • a assets/highscores.txt file
  • a assets/logins.txt

install

  • git clone https://github.com/NoiceNoiceBaby/dicegame.git
  • cd dicegame/src/
  • mkdir assets/
  • nano highscores.txt - add 5 random usernames and scores in the format of "dave,23"
  • nano logins.txt - leave this empty, as user logins are created within the program
  • cd..
  • python3 game.py