Equali*tea is a C++ terminal-based game.
It has several categories:
- Vocabulary
- History
- Influencers
The user begins by typing ./main on their command line. The welcome message will pop up, and prompt the user for typing v or vocabulary will que the vocabulary category, h or history for history, and i or influencers. A question will appear on the screen, and will wait for the user's response. The program takes in the user's input and if correct, the player will move on to the next question, or the question will repeat until the user gets it correct. At the end of the round, the user can choose a different category or end the game.
Challenges we ran into
We struggled at first with finding an idea that everyone could contribute to, splitting up work, GitHub push and pull issues, and trying to include a visual aspect to our game using QT.
Accomplishments that we're proud of
We're proud of incorporating ASCII art into our terminal game and that we solved every problem we ran into.
Our inspiration for this project was all the influential and empowering women in the tech field.
What we learned
We learned about working in a team, collaborating, working with user input, and that there's very limited software that allows c++ code to be visual.
What's next for Equali*tea
We'd love to incorporate our game into a more accessible version with visuals so that it could be more user friendly.


Log in or sign up for Devpost to join the conversation.