gamedev, svgs
Decided to take some time to play around with Inkscape because I'm terrible at drawing things by hand and I want to stand out from all the pixel-shit indiedevs, though I don't plan on using SVGs for my current project or even the next one. Eventually, I would like to use them for my dream game.
It's actually pretty easy once you get the hang of it. This already looks better than anything I've drawn.
Tip: Stick with solid outlines and solid colors with maybe a bit of shading. Don't go with the whole "gummy" look unless you want your game to look like a mobile game.
gamedev
Replaced the player car's sprite with my own. It kind of looks weird though. I probably should make a smaller one and have this sprite be for an enemy. It turns black when destroyed because it's supposed to be charred.
I also made this using Piskel instead of Pinta because Pinta, for whatever reason, keeps on randomly crashing, even after updating it.
More evidence that this whole Russian-Ukraine war is fake and scripted and that these politicians are puppets. Just look at all these doubles for Putin. (Shout-out to MindShock for pointing this out)
gamedev
Added background music. This track is called Mom's Workout CD by Zane Little Music on OpenGameArt.org.
gamedev
Made a beach/island/sandbar level. I don't know if I'm going to make more levels. Other than that, I just need to tweak some things, add music, replace the Spy Hunter sprites with my own or stock assets, give this a name, and then I'm done.
I'm hoping that my next game would be something more inspired.
gamedev
Now, I'm experimenting with having randomly spawning enemies as opposed to predefined enemy placement in levels. It should help with the problems I had previously and also allow me to include enemies that appear from behind (which I haven't implemented yet).
I should also tweak the behavior of some enemies. Have them catch up to the player, if they attack from the side.