Inspiration
This was a challenge given to me by my computer science teacher, I did my best to solve it
What it does
It's a dice game that rolls two six-sided die and each round adds the score to the players. if the two dice added together to give an even number, then an extra ten points are added to the score, if the total is odd then five points are taken away from it. If the number on both die are the same then the player gets an extra go. The player's account and highest winning score are saved to a SQL database.
How I built it
using python (and planning with an initial pseudo-code) I wrote and tested the program myself.
Challenges I ran into
It was the first big project I've completed
Accomplishments that I'm proud of
Finishing the program, and learning how to use SQL in python
What I learned
I leant a lot about python and using SQL with it
What's next for My First Project
This project was mostly a lesson in basic programming and I've begun to use what I've learnt in bigger and better projects
Log in or sign up for Devpost to join the conversation.