Inspiration
Originally inspired by Touhou Mystia's Izakaya... don't ask how. It diverged heavily to the point where the inspiration can't be seen.
What it does
Designed to distract the user for a short period of time to hopefully clear their mind and relieve stress.
How I built it
Drew the stuff needed for graphics, then prepared Visual Studio to be able to use SFML. Afterwards, coded it and ran into a lot of issues, including time.
Challenges I ran into
- Deciding what to do and how it would fit into the theme
- Figuring out the theme in the first place
- Syntax errors which were solved
- Pointers
- std::array issues, solved by adding more brackets... why did that work?
- Having an array of vectors, solved by replacing it with an array of arrays
- Mouse position being seemingly off when placing stuff... But only for left clicks. Kind of solved by changing to to be relative to the window rather than the whole screen, but its still slightly off to the top left corner.
- buffer overflow error when solution configuration is set to release
Accomplishments that we're proud of
Getting something done within a few hours... the code was within within half a day.
What I learned
- Learned more on how to use SFML
- Changing the solution configuration from Debug to Release can cause more errors to show up
- Using Visual Studio and a Github repository together
What's next for Something to use to take your mind off of an issue for a bit
Begin adding the stuff I cut due to time or errors I didn't feel like finding an actual solution for.
Additional Info
Written Explanation is in the README file Video is there because I highly doubt anybody will be able to run it.
Built With
- c++
- sfml
Log in or sign up for Devpost to join the conversation.