@kerosene Trump's presidency along with the whole culture war was just a D&C strategy for the elites, and it worked.
I just plan on making enough money so I can escape to Liberland or some seastead before the Great Reset happens.
@ArdainianRight @Boomerman @PraxisOfEvil No they are all puppets. JFK (possibly the last real president) warned about it one week before his assassination. I think it's no coincidence.
@jeffcliff
>People don't know how to use email anymore
What kind of world do we live in?
@jeffcliff You seriously can't just use email?
@jeffcliff
>Huge free software zealot
>Still uses Facebook
@icedquinn Stop making me feel bad.
Melee Clip with a buddy https://tube.froth.zone/videos/watch/1bfc299b-b2d5-4f1c-a3f7-0d9a389c7725
re: gamedev
@mergan I've heard of it and I know that MonoGame has an extension for it, but I prefer something that it optimized for my game and not something generic. Plus, I already have been working on this game for over a year and I already had a level format for it already (I've been painfully hand-writing XML files for the longest time).
And I just find writing games including the level formats, physics, AI, etc "from scratch" much more rewarding. Otherwise, I would be using a full engine like Godot or Unity.
gamedev
Got file loading (partially) implemented (only loads a few objects). I also need to implement custom filenames (it currently only saves/loads as "level.xml").