What It Does: Our game challenges users with two different popular icons and asks them to guess which one has a larger Instagram following. Players make their guess, and the program provides feedback on whether their guess was correct. We sourced our data from a comprehensive database that includes information about each of these popular icons.
How We Built It: We developed the game primarily using Python. This allowed us to handle input from users, manage data comparisons, and provide accurate feedback based on their guesses.
Challenges We Ran Into: One of the main challenges we faced was deploying an API for our program. Due to initial difficulties, we opted to manually integrate data rather than deploying a dynamic API solution. This decision impacted our ability to fetch real-time data.
Accomplishments That We're Proud Of: Throughout this project, we deepened our understanding of Python's input and output functionalities. This hands-on experience was invaluable as we learned to manage user interactions and provide informative responses within the game.
What We Learned: Our learning journey included mastering the use of dictionaries and organizing data tables efficiently. These skills were crucial in structuring our game logic and managing the information needed for comparisons.
What's Next For Our Project: Looking ahead, our next steps involve deploying a robust API to automate data retrieval and ensure the game stays updated with the latest follower counts. We plan to enhance the user interface to provide a more engaging and intuitive experience for players.
Log in or sign up for Devpost to join the conversation.