Something I've been working on (or more like not working on) for far too long (2 months?)
http://stabyourself.net/marioR14.love
Basically I decided to rewrite Mario so I can change stuff.
The main goal in the rewriting was to come as close to the original as possible. I think it's even better than "Super Mario Crossover".
Then, I first tried to find an artist to make "HD" versions of the sprites but nobody likes me so I am doing multiplayer (like new super mario bros) instead.
Still need to add a lot of things like enemies and the levels beyond 1-2 are all only generated, so they're enemy-free and pretty boring in general.
If something is missing, it's likely because it's still missing. Yes I know the mushroom doesn't make you grow. (#1 thing pointed out by classmates)
Standard controls are arrow keys, X for jump and C for run.
You can change the controls in main.lua line 218. You can even use joysticks.
Other fun things you might do:
- Turn on "autosize" (l. 33) to see the game struggling to look good on your resolution
- Change "scale" (l. 26) to something ridiculously small
- Change "width" (l. 29) to something ridiculously big
- Control more than 1 player at the same time!
- Change "players" (l. 24) to something really high (And don't navigate in the menu because that will reset it)
- Play with a friend!
- 0-9: Go through the sublevels in each level.
- E: Turn on/off editor mode.
- Mouse: While in Editor mode Rightclick to open/close palette, leftclick to place a block and middle click to select the block your mouse is over.
- K: Save the level!
- N: Jump to next level (you cheat)
- S: Turn off sound! Except the music because I'm lazy.
I am planning on internet multiplayer too. I have no real experience with networking though but I'll see.
That's it I guess. Enjoy.