Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Metroid-vania demo
#1
[Image: attachment.php?aid=1232]

As I have been working on my platformer engine, I am moving in the direction of a metroid-vania style game with free exploration and backtracking.

Here is a demo of the current state.  There are some player animations yet to be done, and there are no NPCs or enemies yet.  Tile collision detection needs work.

I am still figuring out what I want to do with backgrounds.  I can either treat the 2nd scroll plane as another layer of map and tap into more palettes, or use it for hblank or parallax effects.  I could end up picking and choosing per room.

Music is a placeholder.  Tiles are a work in progress.  Music and tiles are original, though, with tiles in particular, I have drawn inspiration from Castelvania.

Colors are not optimized for a stock NGPC screen.  I will have to work on that.  They work well on a NGPC with backlit LCD replacement.

What works:
-Dynamic room sizes.  Some are vertically scrolling only, some are horizontal only, some are a combo, and some don't scroll at all since they're exactly the size of the screen.
-Quick switching between rooms/maps as you exit one and enter another.
-The castle that you're in front of at the beginning can be entered by pressing up in front of the doorway (this kind of exit is allowed but not used elsewhere)
-Side exits bring you into another room, and there can be multiple exits in a room.
-You can climb vines (though climbing animation needs to be done)
-Some platforms allow you to jump up through them and then push down/jump to jump back down.

We'll see how far I can take it.


Attached Files Thumbnail(s)
   

.zip   PLATFORMER2.zip (Size: 22.9 KB / Downloads: 11)
Reply
#2
Great start!
Reply
#3
Cool! Good work!
Card Fighters' Clash 2 English Translation ( http://cfc2english.blogspot.com/ )
Neo Geo Pocket Flash Cart and Linker Project ( http://www.flashmasta.com/ )
Avatar art thanks to Trev-Mun ( http://trevmun.deviantart.com/ )
Reply
#4
Video 
Gameplay video of my current progress
Reply
#5
Cool! Are you doing this in ASM or C or mixed? What compiler are you using? Are you using any libraries or everything is from scratch?
Card Fighters' Clash 2 English Translation ( http://cfc2english.blogspot.com/ )
Neo Geo Pocket Flash Cart and Linker Project ( http://www.flashmasta.com/ )
Avatar art thanks to Trev-Mun ( http://trevmun.deviantart.com/ )
Reply
#6
(11-19-2021, 03:49 AM)Flavor Wrote: Cool!  Are you doing this in ASM or C or mixed?  What compiler are you using?  Are you using any libraries or everything is from scratch?

It's C with only a bit of ASM used for hblank interrupts, learned from sodthor, and ADPCM playback learned from _mic. I started with the commonly available C framework and built it out from there. I use the Toshiba compiler for it.

The C framework is an amazing starting point. I wouldn't have gotten to where I am without it.
Reply
#7
Video 
Another video showing a simple boss implementation and an example of a new tileset for an interior setting.
Reply
#8
Grandiose
Reply
#9
Here's a new video of current progress:


Some new features:
NPC interactions with dialogue.
Some new tilesets.
Different player character classes with different weapon types per class.
Rudimentary pause menu.
Reply
#10
Wow. Good progress. Thanks for sharing that with us.
Card Fighters' Clash 2 English Translation ( http://cfc2english.blogspot.com/ )
Neo Geo Pocket Flash Cart and Linker Project ( http://www.flashmasta.com/ )
Avatar art thanks to Trev-Mun ( http://trevmun.deviantart.com/ )
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)