Nin Nin
Moderator: Moderators
Nin Nin
I made this simple game for my kid. He's 5 and wanted to play one of those game dad makes. He has fun with this one, and you?
Use A to jump and B to punch. In some levels you swim. And maybe you'll have to solve very simple puzzles. Be 5 again and beat this.
I wanted this game to be a simple NROM cart but Davidian made great music and I had to make room for it and expand to CNROM, but there's lots of free space (about 16-20K from the total 64).
Updated 20201015 with v3
Updated 20201027 the title screen still said "v2", reuploaded. Sorry.
Use A to jump and B to punch. In some levels you swim. And maybe you'll have to solve very simple puzzles. Be 5 again and beat this.
I wanted this game to be a simple NROM cart but Davidian made great music and I had to make room for it and expand to CNROM, but there's lots of free space (about 16-20K from the total 64).
Updated 20201015 with v3
Updated 20201027 the title screen still said "v2", reuploaded. Sorry.
- Attachments
-
- mojon-twins--nin-nin-v3.nes
- (64.02 KiB) Downloaded 467 times
Last edited by na_th_an on Tue Oct 27, 2020 12:04 am, edited 4 times in total.
Re: Nin Nin
Found a minor bug on this screen:
When you go right from this screen, you appear on the right edge of the next screen.- NovaSquirrel
- Posts: 500
- Joined: Fri Feb 27, 2009 2:35 pm
- Location: Fort Wayne, Indiana
- Contact:
Re: Nin Nin
I enjoyed it as a nice relaxing platformer to take my time with up, until Lava Pit, where taking damage seemed almost unavoidable on some screens, and I couldn't figure out how to get to the goal once I finally got all the way up to the top. :p
Re: Nin Nin
Looks similar to Super Bat Puncher, but without bird and bouncing from the walls.
Re: Nin Nin
na_th_an, I record this bug, here is the movie file for FCEUX:
Re: Nin Nin
I have just reached the Lava Pit. Destroyed the switch at the bottom and the lava went up.
But when I got to the beginning of the level, the cage remained in his place. What should I do to open the cage?
But when I got to the beginning of the level, the cage remained in his place. What should I do to open the cage?
Re: Nin Nin
That's a bug. I worked on putting the Game together overnight and probBly messed Up that room when reordering the levels.
Re: Nin Nin
These two enemies might be the wrong sprite? Maybe?
- Attachments
-
- nin-nin-something-2.png (1.98 KiB) Viewed 17063 times
-
- nin-nin-something.png (2.8 KiB) Viewed 17065 times
Re: Nin Nin
Yeah, probably
I'll check what could be wrong with the Lava pit later. Meanwhile, you can skip levels using UP+B+SELECT
I'll check what could be wrong with the Lava pit later. Meanwhile, you can skip levels using UP+B+SELECT
- ShiningBZH
- Posts: 3
- Joined: Sun Mar 01, 2020 11:56 am
Re: Nin Nin
Same as veggie invaders DB-15 controllers aren't working on your game , very good game ,lots of inspiration from Alex Kidd on the SMS
Re: Nin Nin
Hello. I use neslib. Maybe support for such controllers would be easy to add patching the library?
Glad you liked it. Yeah, it draws lots of inspiration from my favourite 8 bits game It's also a simpler, easier, kid-friendly version of this game we released in 2014: https://www.youtube.com/watch?v=W6p-6u0mLRM
Glad you liked it. Yeah, it draws lots of inspiration from my favourite 8 bits game It's also a simpler, easier, kid-friendly version of this game we released in 2014: https://www.youtube.com/watch?v=W6p-6u0mLRM
Re: Nin Nin
Yes. Compare
your copy of neslib.s ("padPollLoop")
to nesdevwiki:Controller reading code ("Adding support for controllers on the Famicom's DA15 expansion port ")