Inspiration
I was inspired by the in class discussions and assignments regarding Stable Matching
What it does
In this program, you are given a set of 6 nodes to match within one group. Hovering over a node will give you it's preference list. You must attempt to form a stable matching within the group.
How we built it
I used SFML (Simple and Fast Multimedia Library) in tandem with Visual Studio 2022 for C++ to create this project.
Challenges we ran into
This is my first visual project that didn't use an engine like Unity or Unreal. It was a challenge to develop entirely in code. Another challenge was learning to use C++ for the first time. Even with my knowledge of C, it was a learning curve
Accomplishments that we're proud of
I'm proud to have gotten as far as I did essentially in one day. It took a lot of time to read, understand and go through tutorials.
What we learned
How to use C++ and SFML
What's next for Stable Matchmaking
Personalize the game a little bit more. Add levels, give the nodes names, sfx, etc.
Built With
- sfml
- visual-studio
Log in or sign up for Devpost to join the conversation.