Super Mario Game Feedback

Working on a Mario game, first level almost done, just have to add a star and a fire flower. Could any one give me some feedback or things that might need to be fixed? Thanks!

GAME LINK- Flowlab Game Creator - Super Mario Bros. Flowlab V.1

1 Like

its good, but feels very janky in comparison to the original

1 Like

A few bugs, such as with the mushroom you can’t jump for anything, the concept is pretty good, think you should have your own twist on it though

1 Like

Pretty good, but it does have a few bugs. First, one can spam jump under a question block and get up to 4x the original amount.


Use this code to stop the bug.

{"data":{"behavior":{"v":"2","nodes":[{"inputCount":0,"outputCount":1,"name":"Collision","behaviorType":"logic.triggers.Collision","x":-720,"y":-464,"group":"","id":"da3d79e636302046","targetClassId":17719368,"targetEntityId":0,"collisionFilter":2,"collideWithEntity":false,"delay":0},{"inputCount":1,"outputCount":0,"name":"Message","behaviorType":"logic.components.Message","x":-180,"y":-432,"group":"","id":"da3da0d781b30043","msg":"Add some please","route":"SendToSelected","targetClassId":17719368},{"inputCount":3,"outputCount":4,"name":"SoundEffect","behaviorType":"logic.components.SoundEffect","x":-180,"y":-560,"group":"","id":"e3a3dc0a3c26c145","sound":null,"loop":false,"volume":100,"url":null,"soundName":"1350022u/smb_coin-wav","soundURL":"1350022u/smb_coin-wav"},{"inputCount":3,"outputCount":1,"name":"Switch","behaviorType":"logic.logic.Switch","x":-360,"y":-480,"group":"","id":"fd7301fffd27b947","_startVal":1,"dataType":2},{"inputCount":2,"outputCount":2,"name":"Toggle","behaviorType":"logic.logic.FlipFlop","x":-540,"y":-464,"group":"","id":"fd731cb85f78c648","loop":true,"initialState":0}],"links":[{"input_id":"fd731cb85f78c648i0","output_id":"da3d79e636302046o0"},{"input_id":"fd731cb85f78c648i1","output_id":"da3d79e636302046o0"},{"input_id":"da3da0d781b30043i0","output_id":"fd7301fffd27b947o0"},{"input_id":"e3a3dc0a3c26c145i0","output_id":"fd7301fffd27b947o0"},{"input_id":"fd7301fffd27b947i0","output_id":"fd731cb85f78c648o0"},{"input_id":"fd7301fffd27b947i2","output_id":"fd731cb85f78c648o1"},{"input_id":"e3a3dc0a3c26c145i0","output_id":"fd7301fffd27b947o0"},{"input_id":"da3da0d781b30043i0","output_id":"fd7301fffd27b947o0"},{"input_id":"fd731cb85f78c648i0","output_id":"da3d79e636302046o0"},{"input_id":"fd731cb85f78c648i1","output_id":"da3d79e636302046o0"},{"input_id":"fd7301fffd27b947i0","output_id":"fd731cb85f78c648o0"},{"input_id":"fd7301fffd27b947i2","output_id":"fd731cb85f78c648o1"}]}}}

Replace the object’s code with this code.

Second, one can get stuck here:
image
if you walk under the flag-pole.

Make the flag top
image
smaller to prevent this.

Other than those bugs, this game is quite fun!

1 Like

Thank you guys for the feedback! Ill work on it

2 Likes