Log In  

Cart #38515 | 2017-03-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
236


At last, Nanoman!

Basically, a fan game heavily inspired by the early Mega Man series that I started working on a few months ago. A big thanks to Gruber Music for stepping in during the final stages and providing some great tunes for the 6 different levels!

If you're already a fan of Mega Man, you should feel right at home here. For the un-initiated, here's a breakdown of the controls.

  • Arrows: Move (of course)
  • Z: Jump - Tap for a small jump, hold for maximum height
  • X: Fire / Menu select
  • L-SHIFT: Open weapon selection menu. You'll have just one until you defeat some bosses
  • If you're sick of a level, you can return to the stage selection screen through the PICO-8 pause menu (ENTER)

You'll often come across life (white glowing orbs) and energy pods. The energy pods will re-fill your special weapons, but you'll need to have the weapon you want to re-fill selected before you pick it up.

Warning:
This game is HARD. Like, Mega Man hard. Expect to die a lot until you start to memorize stage layouts and enemy patterns. The game is indeed beatable; I've run the whole thing myself a few times. It takes about 15-16 minutes if you're in a hurry and don't die. I plan on making a full play-through video soon. There's a handy, built-in timer for you speed-runners out there that'll show up at the end of the game.

Developers:
The code in this cart has been squashed with p8tool's luamin command. This was necessary to get this beast of a thing in under the compressed file size limit. Don't expect anything legible by clicking the code link. I'll see about posting the un-compressed code somewhere.

This is my first full-blown PICO-8 title. Some of the code is rather ugly; partly because early on, I was unsure of how best to save space, and partly because I had to utilize every token-saving strategy under the sun. I've done my best to comment the un-compressed code so you can follow what's going on.

The map data was generated and lightly compressed by external map editing carts (one for each level) and jammed into strings; there are 76 "screens" in all. The last level is also a string, but it's copied from map memory into a string at runtime, because the compressed file limit said I had to do it that way. I hope to do a write-up on just how I handled all of that soon.

That's about all my fried brain can think of at the moment. Enjoy!

Edit: I can't seem to upload anything to my profile here other than images, so I've uploaded the un-compressed cartridge data to github: https://github.com/flimflamboyant/NanoMan/tree/master

P#38516 2017-03-21 18:06 ( Edited 2018-08-04 01:00)

2

I've posted a full-length play-through if you're stuck and wondering if this is actually beatable, or just a cruel joke. Includes the ending, which you should definitely not spoil for yourself.

https://youtu.be/MgxkDdG1nMQ

P#38523 2017-03-21 21:01 ( Edited 2017-03-22 01:01)

good game! and that music is really hypnotic!

P#38531 2017-03-22 02:26 ( Edited 2017-03-22 06:26)
1

Wow really amazing! Really taking P8 to the limit here!

The jump and shoot are backwards on my gamepad; would be awesome to have remap in game!

My 2 cents on the Game Design: I think there are a few things that can make the game feel more frustrating than just "difficult":

1) Enemies that move in non-cardinal directions (circles, arcs) and ones that move/shoot inconsistently(springs that jump a different amount every time, floating eyeball that seems to shoot in 4 random directions, thing that jumps out of pit at a different height depending on where I am, etc). These may the game feel less predictable than MegaMan.

2) Lack of checkpoints. I know the levels are fairly short, but it feels overly punishing to have to play an entire level again when dying on a boss. Would be nice to have lives like MegaMan.

Again, really amazing job though! Looking forward to finishing at least one level, some day... :)

P#38532 2017-03-22 02:39 ( Edited 2017-03-22 06:41)

Woot, it's finally out!! Been following the progress on this for a LONG time! It's actually exceeded my expectations, too!

P#38553 2017-03-22 10:25 ( Edited 2017-03-22 14:25)

thanks for the un-compressed version :)

for those search those lua tools, here is the github link:
https://github.com/dansanderson/picotool

about the data limit, where does it apply? because i loaded the uncompressed .p8 and pico-8 still launched the game oO'

P#38558 2017-03-22 11:32 ( Edited 2017-03-22 15:36)

very impressive... Congrats! I am curious ... how many hours of work did you put in there?

@sax
compressed code size applies to p8.png export

P#38559 2017-03-22 11:46 ( Edited 2017-03-22 15:47)

Thanks, everyone!

@mhughson I've noticed that PICO-8 games seem to go back-and forth on the button layout, and was wondering about this beforehand. I've played a lot of games on emulators and the "jump button on the outside" scheme seems pretty consistent, so it's what I'm used to.

Apparently, that's not carrying over to the controller when the d-pad and buttons are swapped (as it should). Unfortunately, I'd have to cut something from the game to support that, probably by adding a simple button swap option to the pause menu. Actually, I'm thinking that the option should be built-in to PICO-8, as I imagine that this is a common thing.

1) I've tried to make the game as predictable as possible. Nothing is randomized other than the item drops, though the player's actions can affect how enemies respond in some cases. The little green springy guys, as you mentioned, would be an example, though Mega Man does have a few enemies that react to your position. Their reactions are based on consistent and predictable logic, however, and if you watch the play-through video I made starting at 6:48 you can see an example of how you can use it to your advantage.

Sometimes, the timing of the bronze smashers can be affected as well, especially if they are moved in and out of the screen. Token restrictions affected just how rigorous I could be about forcing consistency in those cases. That's why most of them are of varying height, so if the timing doesn't look right, you can wait for it to change.

The blue spinners that pop out of the bottom are actually always consistent with the height that they've been assigned, which isn't consistent, because I'm a jerk. :)

2) Checkpoints might be a possibility. I'll look in to it. It's something I wanted to do early on, but didn't think I had the space. I'd have to change something to steal back some tokens, but it might be possible. I don't think I'd need much more than a simple "game over" screen, which wouldn't take much space. I don't think I have any room for adding 1-ups, though that's probably not a big deal. Probably one check-point per level, and a lives counter that resets every time you start a new stage.

@Sacha217 I'm not entirely sure how many hours this took. I started the project back in October; probably 16 weeks or so. A wild guess would put it somewhere around 300 hours, I suppose.

@sax Yeah, what Sascha217 said about the .png export. Also, the HTML5 export. There was certainly some temptation to go multi-cart with this thing, but I don't think I would have been able to restrain myself at that point, and this project would have gotten a whole lot bigger. I figured I should probably let the single-cart limitations keep me in check. :)

P#38569 2017-03-22 13:51 ( Edited 2017-03-22 17:51)

Fantastic! Excited to play this gem!

And thanks for posting unminified source. I'm glad p8tool could help.

Pico-8 keys are reconfigurable. There's even a UI for it. Type "keyconfig" at the console prompt. So no need to spend tokens on controls. :)

P#38575 2017-03-22 17:04 ( Edited 2017-03-22 21:04)

oh my god, who constructed those maps? not even Dr Wily would be this sadistic! XD

P#38579 2017-03-22 17:24 ( Edited 2017-03-22 21:24)

Really, REALLY great job !

P#38609 2017-03-23 09:40 ( Edited 2017-03-23 13:40)

The thing with the button layout (on the weeb player) is that Z and C are identical. You can "choose" your layout by electing to go "ZX" or "XC" - so the actual layout itself doesn't really matter that much.

I really gotta respect this project! It takes a few components and manages to make it really exciting. But there are some points in the stages that make me "wtf!!". That said, this is certainly the most impressive cart I've seen to date.

Any chance you'll pop out an "Endless Attack" version of this, maybe?

The level compression is quite interesting, too.

P#38704 2017-03-25 01:42 ( Edited 2017-03-25 05:48)

Love the game.
Game was hard and fun just like Mega Man.
Managed to beat all bosses just by using Nano Buster.

Also... Mega Man should learn from this Nano guy to kill the main villain instead of keeping him alive and to avoid the apocalypse non-senses.

P#38757 2017-03-26 13:32 ( Edited 2017-03-26 17:32)

Woah, this is a killer app for pico-8!

Jewel.

P#39476 2017-04-10 03:51 ( Edited 2017-04-10 07:51)

this game is WAY too hard, can't get past any of the stages. you only have so much health (16 compared to mega man's 28) and those spring enemies are just ridiculous. the stage design is also aggravating... good thing you have infinite lives!

P#54662 2018-08-03 20:59 ( Edited 2018-08-04 00:59)

BTW, im a pretty good mega man player but these levels.. UGH! the concept is pretty decent though. Oh, and wheres my story/opening?

P#54663 2018-08-03 21:00 ( Edited 2018-08-04 01:01)

Wow! This is fantastic! A perfect marriage with gruber_music's sound too.

I LOVE the humour at the end :P

P#62829 2019-03-15 15:14

Checkpoints would be kinda nice.....

P#64330 2019-05-11 18:12

OK, just an addenum to my previous posts. the game is kinda difficult, but persevere and you can beat a level. only so much hp means conserving them is a must, but otherwose, really great game.

P#64961 2019-06-03 00:14

I will give credit for trying. However, the obstacles in Laser Man's stage feel like they don't belong with the game. In addition, the ladder controls are too slow, and Nano Man, (the lead character) feels overall, too weak.

I do appreciate it, however, for TRYING to be an homage to the "Mega Man" franchise, but...it feels like it's not well made, enough.

I still think it could use some work!

P#72081 2020-01-19 10:06

OMG, that is soooo cooool! The level of polish is just astounding!

P#73406 2020-02-24 09:17

Is the compressed version just picotool applied to the uncompressed version, or are there also token optimizations missing from the uncompressed version?

P#73409 2020-02-24 11:23

Nice work! I'm still played it!

P#79769 2020-07-22 18:18

If I were to give my two cents worth, I would recommend making a sequel. It gives you a chance to fix a lot of the problems with the previous installment(s), and will likely be a bit easier since you have assets that you can just copy and paste.

P#88419 2021-03-02 19:48

We need some mods for this, this is great

P#91768 2021-05-10 16:08

the difficulty of this game is more difficult than I thought

P#96111 2021-08-16 19:07

Ok. Breathe Knack, Breathe. I knew this will be great (and difficult, of course). I'd love it more if the game had checkpoints. And difficulties like: Easy, medium, hard etc. I think that nanoman is a bit too tall, but it doesn't make me bad :)

P#103119 2021-12-19 14:53

I made it through Laserman and Armorman but playing it on my phone through the browser I have no idea how to change my weapon.

This is a fantastic cart but only 2 buttons are displayed other than the dpad and the pause button.

P#104300 2022-01-05 00:03

I know this thread is pretty old but game is still awesome and I have the same issue as NotRingoJingo above: I can't change weapon on mobile hardware. Would be awesome if a good samaritan was going to edit the game to add a change weapon option on a different mapping. In pause menu or something like "when keeping fire button pressed for one second" :).

P#104733 2022-01-10 08:11

How do you made LShift do something other than basic buttons do?

P#116104 2022-08-21 16:08

Imtrying to make an "easy" mode hack, simply by making the default buster stronger... I actualy want to know where in the code where the weapon's damage values are, so I can tweak them to make the supposed easy mode.

P#117474 2022-09-15 17:28

Heal items don't heal and because I am bad at this game it is bad

P#140597 2024-01-25 12:57

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-28 20:27:58 | 0.124s | Q:76