Email: arjunsehgal12@gmail.com
Inspiration:
I have always played video games but I have never had the chance to create one so I thought this would be the perfect opportunity to do that.
What it does:
It is a guessing game. The computer picks 8 words and from those 8 it picks one word to be the secret word. You have 3 tries to get the secret word. If you get it on the first try you get 100 points, If you get it on the second try you get 50, If you get it on the third try you get 25 points, and if you do not guess it you get 0 points. You can have as many players as you want. You can also play as many times as you want.
How I built it
I used python to make the game and visual studio code as my text editor. I just started writing the basics and added things from there. I got a huge list of words from the internet.
Challenges I ran into
I did not know how to add infinitely many players so that took a long time to figure out. Time was a big issue too. I had to stay up for a long time to finish this game.
Accomplishments that I'm proud of
The point system. It adds points to every person's scores accurately. That took a lot of time but it works really well and makes the program more advanced.
What I learned
I learned how to use more libraries in python like 'time' and 'random'. I also learned more about python and how complex it can get.
What's next for Guessing Game
I want to make a GUI for the game so it looks good. Right now it only works in the terminal of VS Code.
Built With
- python
- random
- time
Log in or sign up for Devpost to join the conversation.