MFGG Forums
  • Home
  • Members
  • Help
  • Search
MFGG Main Site MFGG Forums MFGG Developer Discussion v
« Previous 1 … 5 6 7 8 9 … 16 Next »
Hardest things to program in a platformer Mario game?
MFGG Forums MFGG Developer Discussion v
« Previous 1 … 5 6 7 8 9 … 16 Next »
Hardest things to program in a platformer Mario game?
MFGG Forums MFGG Developer Discussion v
« Previous 1 … 5 6 7 8 9 … 16 Next »
Hardest things to program in a platformer Mario game?
Mark All Posts Read Today's Posts

Hardest things to program in a platformer Mario game?
GeneSu730
Wannabe Hacker
Members
Egg Hunter
#10
05-14-2020, 11:19 PM (This post was last modified: 05-15-2020, 07:35 PM by GeneSu730.)
How about the Yoshi module? The one I built has 1500 lines of C++ code (in addition to some intensive modification of the Mario module). It took me 4 months to sort out all of the bugs. Among the issues I had to deal with was how to keep the Yoshi animation from being broken when he sticks his tongue out. Also, I had a lot of trouble keeping Mario from getting stuck in the ceiling. The height of his and Yoshi's combined sprite is greater than 32 pixels. Thus, I had to cut off the top portion of his collision footprint.

The next hardest thing was Caped Mario's cape projectile. I still have a few bugs. Do you know that sometimes, Mario will not go into a walking sprite again after twirling his cape?

Slopes were not too difficult for me. I only have 22.5 and 45 degree slopes. The only slight flaw is that my Mario cannot slide down a slope when a player pressed down unless Mario walks up and down the slope for a few pixels at first.

  ↳
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Messages In This Thread
Hardest things to program in a platformer Mario game? - by Mariotroid - 05-13-2020, 04:15 PM
RE: Hardest things to program in a platformer Mario game? - by WasabiCatto - 05-13-2020, 04:22 PM
RE: Hardest things to program in a platformer Mario game? - by Mariotroid - 05-13-2020, 04:33 PM
RE: Hardest things to program in a platformer Mario game? - by Hyper - 05-13-2020, 04:59 PM
RE: Hardest things to program in a platformer Mario game? - by Mariotroid - 05-13-2020, 05:12 PM
RE: Hardest things to program in a platformer Mario game? - by Hyper - 05-13-2020, 05:15 PM
RE: Hardest things to program in a platformer Mario game? - by VinnyVideo - 05-13-2020, 07:02 PM
RE: Hardest things to program in a platformer Mario game? - by Mariotroid - 05-13-2020, 07:12 PM
RE: Hardest things to program in a platformer Mario game? - by SuperSledgeBro - 05-13-2020, 11:07 PM
RE: Hardest things to program in a platformer Mario game? - by GeneSu730 - 05-14-2020, 11:19 PM

  • View a Printable Version
Forum Jump:

Mario Fan Games Galaxy - Powered by MyBB | MFGG Staff | Contact Us

Linear Mode
Threaded Mode