Wario-Land-3 icon indicating copy to clipboard operation
Wario-Land-3 copied to clipboard

A remake of the GBC-Game "Wario Land 3" using Pygame for Python

Results 14 Wario-Land-3 issues
Sort by recently updated
recently updated
newest added

There's no programming done regarding playing sound. In it's current state, the game needs no sound, but if sound should be needed later down the road, it's better if a...

enhancement

Hey I was wondering if you could help me out with something. I'm trying to get sound to play without the game crashing. Can you help with that? I also...

If you press _down_ LEFT and then _down_ RIGHT and then _release_ RIGHT, Wario will keep walking to the right.

bug

The original also has this delay in order to be able to fist and jump at the same time.

closer to original

It worked to pass it to the `update()`-method until now, but when it comes to sound, it must be aviable to the `__init__()`-method. Also, to be honest, it feels kinda...

So things like tracking Wario, camerashake or fadeout can be achieved!

enhancement

It would make it... - Easier to manage those states - Easier to add and delete those, so skills can be learned

enhancement

For that, #3 probably has to be completed first, since there are now multiple Tile-types.

enhancement

The one I got from the internet is much better...

enhancement

Things to do: - Correct typos - Sort methods - Delete unused functions - Complete documentation - Correct documentation - Improve comments - Rename methods, variables and classes to more...

clarity