gamedev
I'm probably going to scrap this project and work on something simpler. The whole changing gravity mechanic became way to complex. I only got the idea because @binkle suggested a VVVVVV clone and @ItsSkyDragonz suggested a MegaMan style game. I thought I could combine both, but it just got confusing writing code for both gravitational states.
I though instead I could just make a vertically scrolling platformer, kind of like Kid Icarus, but maybe without the RPG elements.
gamedev
@xianc78
Interesting concept
gamedev
@souldessin The gravity switching mechanic is nothing new. Games like Metal Storm, Mega Man 5, and VVVVVV also have it.
gamedev
@xianc78
Heh, new to me then. All of those are from a period that I wasn't able to game. Unless I was over at someone's house.
gamedev
Implemented shooting.
#gamedev #SFML