Inspiration
The inspiration for SimplyElements is that i make it a simple and fun quiz for "Elements of The Periodic Table". With shop and timer system to make the game more fun!
What it does
SimplyElements gives a fun, engaging, and educating gameplay with simple GUI. The elements are from number 1 to 118. With shop and timer to make the game more challenging.
How we built it
I built it using Python and tkinter, json, and random module. The tkinter module is for the gui and messagebox, json module is for accessing the elements.json file (list of all the elements), and random module is for making the questions are random.
Challenges we ran into
- Handling errors related to missing or corrupted .json files.
- Creating the GUI using tkinter
Accomplishments that we're proud of
Im proud of the accessing the elements.json file
What we learned
I learned about how to make gui with tkinter in python, and accessing json file
What's next for SimplyElements
- Making it using
.htmlas next version of SimplyElements in web browser - Make the
elements.jsonfile encrypted so user cannot cheat by seeing theelements.json
Log in or sign up for Devpost to join the conversation.