It's taken a lot longer then I expected, but I have finally released a tech-demo for my unnamed-snes-game.
It's a simple demo, a single dungeon. Sadly, there is no sound. I wanted to release this demo by year's end and I ran out of time.
Download Link: https://github.com/undisbeliever/unname ... o-alpha-v1
Source code is available on github (MIT licensed): https://github.com/undisbeliever/unnamed-snes-engine/
I'm looking for feedback, especially regarding the dungeon layout and enemy behaviour.
I hope you enjoy the demo.
unnamed-snes-game
Moderator: Moderators
-
- Posts: 100
- Joined: Mon Mar 02, 2015 1:11 am
- Location: Australia (PAL)
- Contact:
Re: unnamed-snes-game
Nice
This is one of best SNES homebrews demos I've seen. Right up my alley.
Things I most liked:
-Fast and fluid character movement
-Enemy AI
-Transition scrolling
-Overall game design/flow
Things that need improvement:
-A better indicator when taking damage. Maybe flash the main character red or white? A hitspask of some sort would help. Also, bump the character farther and disable controls for a bit longer.
-Attack at Y Button. I would prefer it being on the B Button.
-Sword length needs to be longer.
Also, the hitbox for the sword is not ideal.
Will continue playing...
EDIT:
Finished the demo.
Really liked this!
-Boss was fun! It took me a while to figure out you need to first strike bombs in order to pick them up.
-It wasn't apparent to me that the water actually heals, instead of reduce damage. Maybe an unique heal animation would help.
-Would love to see this more fleshed out.

This is one of best SNES homebrews demos I've seen. Right up my alley.
Things I most liked:
-Fast and fluid character movement
-Enemy AI
-Transition scrolling
-Overall game design/flow
Things that need improvement:
-A better indicator when taking damage. Maybe flash the main character red or white? A hitspask of some sort would help. Also, bump the character farther and disable controls for a bit longer.
-Attack at Y Button. I would prefer it being on the B Button.
-Sword length needs to be longer.

Will continue playing...
EDIT:
Finished the demo.
Really liked this!

-Boss was fun! It took me a while to figure out you need to first strike bombs in order to pick them up.
-It wasn't apparent to me that the water actually heals, instead of reduce damage. Maybe an unique heal animation would help.
-Would love to see this more fleshed out.
Last edited by olddb on Mon Jan 02, 2023 11:21 pm, edited 6 times in total.
...
- Individualised
- Posts: 149
- Joined: Mon Sep 05, 2022 6:46 am
Re: unnamed-snes-game
Always good to see more SNES homebrew releases!
-
- Posts: 19
- Joined: Thu Jan 24, 2019 1:35 am
Re: unnamed-snes-game
Enemy movement is very clever and is very distinct based on enemy type. The strong bow men are too strong at the moment. Perhaps a slower version should be encountered first to understand their pattern.
-
- Posts: 100
- Joined: Mon Mar 02, 2015 1:11 am
- Location: Australia (PAL)
- Contact:
Re: unnamed-snes-game
Thank you for the feedback. I'm glad you all enjoyed my game.
The next two features I'm going to add to the game are sound effects and dynamic sprite tiles. If I don't add sound effects now, it will be months before I get around to it.
Afterwards I will add more player MetaSprite frames (player hurt frames), more particle effects (healing sparkles) and start tweaking player/enemy behaviour.
As a bonus I could add an expert crossbow man, who has better reaction time, in a future dodge the crossbow bolts room.
The next two features I'm going to add to the game are sound effects and dynamic sprite tiles. If I don't add sound effects now, it will be months before I get around to it.
Afterwards I will add more player MetaSprite frames (player hurt frames), more particle effects (healing sparkles) and start tweaking player/enemy behaviour.
When increased the attack delay of the crossbow men (the time between them spotting the player and firing the bolt) they became a lot easier to defeat (wait for them to start firing, walk around them, attack them from the side). Your idea of a trainee crossbow man, perhaps behind a monster door to force the player to learn how to defeat them, is an excellent solution to this problem.regiscaelus wrote: ↑Tue Jan 03, 2023 2:16 pm Enemy movement is very clever and is very distinct based on enemy type. The strong bow men are too strong at the moment. Perhaps a slower version should be encountered first to understand their pattern.
As a bonus I could add an expert crossbow man, who has better reaction time, in a future dodge the crossbow bolts room.
-
- Posts: 19
- Joined: Thu Jan 24, 2019 1:35 am
Re: unnamed-snes-game
I can't believe I wrote strong bow instead of crossbow as I don't ever drink cider.