Any chance that you have tried to run this through Proton on Linux?
RetroGaming
Vintage gaming community.
Rules:
- Be kind.
- No spam or soliciting for money.
- No racism or other bigotry allowed.
- Obviously nothing illegal.
If you see these please report them.
It’s actually built on Linux but targets Windows as the primary platform. I’m still learning, but I could port it to Linux if needed. That said, it’s built entirely on cross-platform device libraries compatible with Mac, Linux, and Windows, so running it on Proton shouldn’t be an issue.
Very cool. I will likely check this out this weekend on my Steam Deck. Thanks!
Very cool, may ask what code you used?
Thanks 🙂 . C++, OpenGL, OpenAL
Cool and you did all the graphics yourself? I being playing around with python. Thinking of C ++ myself. It is hard to grasp? Keep in mind I'm in my mid 40's.
Of course not! 🙂 You can find a lot of free graphics on itch.io—just use the search bar! Python is super nice and very easy to learn, while C++ can be a bit more confusing due to its additional complexity. I also didn’t start from scratch, which made things easier. Another useful tool is a good chatbot—it really helps with handling repetitive or tedious tasks.