There are 14 depths now.
smelc3
Creator of
Recent community posts
Hey insomniac_lemon, thanks for the advice 👍
Unicode characters can go a long way indeed, but... you need to have a bitmap font that has all the ones you want to use :-) The one I used for Dungeon Mercenary was quite complete w.r.t. to others that were available, but it was really years away from the font you have in a browser.
Interesting point about the too many hovers. I had never thought of that.
Thanks for your feedback, very much appreciated 🙏
https://smelc3.itch.io/rogue-vs-evil was the follow-up of Dungeon Mercenary and works on Android, but there were early technical choices that made supporting Android well quite tricky :-(
Who knows, maybe I'll do another game one day. After Rogue vs Evil, I had planned to stop, and finally I published https://smelc3.itch.io/pixel-card-wars
All my games were dragged down by a clunky UI (UI is hard!) Maybe one day I'll do a UI-less game, such as an infinite roguelike without levels (infinite flat map?). But it will be using another tech than Rogue vs Evil, because I always like to learn something new 😸
Hey EruditeFigglebottom, thanks for the encouragement, but I indeed stopped developing this game since quite a while. I had written a little postmortem regarding why I stopped it; http://hgamesdev.blogspot.com/2019/01/this-is-end.html
Maybe that will interest you! Cheers and enjoy other games! 😄
This is impossible in Dungeon Mercenary but the game I did afterwards (Rogue vs Evil: https://smelc3.itch.io/rogue-vs-evil) is basically Dungeon Mercenary with pixelart graphics and slightly simplified mechanics. I never pushed it as far as Dungeon Mercenary though, because of lack of interest from players 🙂
If I remember correctly, the scores are stored on the GameJolt version: https://gamejolt.com/games/dungeon-mercenary/151692 because GameJolt provides a persistent state API.
Or alternatively you can use the desktop version.
Hi Flowershirt, thanks for your kind comment 🙏 No update is planned for the moment.
The desktop version of the game features saving progress. At the time I wrote this game, I don't think itch was providing a way to store data for the browser version. I could have done it with browser-storage but it's a bit cumbersome for technical reason; that's why I didn't do it.
Thanks for the report.
Yes I have such cards in the back of my mind. It's a bit more complex to implement because it makes the stats of a card depends on other cards, which is doable, but a bit more complex than Discipline. That is why I started with Discipline. As the decks grow, the kind of card that you describe will likely be introduced 👍
2. Got it 👍 Can you tell me: the operation system you are using? as well as the browser you use (Microsoft Edge, Firefox, Chrome, etc.)?
3. I see. I had planned to add "move" cards to move units around to mitigate this, but.. hum I don't know. Either I need to make these new cards clickable (so that you can choose in which direction the affected unit will move), or I need a lot of these cards (each one moving a unit in a specific direction). None of these two options for these tentative new cards is appealing.
What you suggest avoids the need for these "move" cards which is nice. I will think about the different options and come up with a change. Thanks for the suggestion 🙏
Hey Ulgrash, thanks for the report, very much appreciated 🙏
1. Indeed, that's a bug I will fix
2. I dont' understand. When there are many cards, the rightmost is the only one that is entirely visible. Did you mean the leftmost card? In any case, this should be mitigated by the card under the cursor to be shown in its entirety. See example: https://imgur.com/zPku7Oz.
3. Yes this is intended, although this is not explained yet (I want to add a "Fill the frontline!" fading text when this happens). This is to make Ranged cards less strong. This forces the player to protect these creatures by putting other creatures in the frontline (top row). If you don't, the Ranged creatures will move from the backline (bottom row) to the frontline when your turn begins (avoiding them to "camp"). What do you think of this mechanic?
Thanks for the report 💯 I basically agree with everything you say.
- Yes I have considered this, and you are likely right. Most card games have a mana system, and there's a good reason for it. I'm considering adding it. Currently I'm automatizing checking that the game is balanced. Once I have this, I can go on complexifying the game, being sure my automated tests will tell me if I break the balance.
Regarding used cards, I like having them going to the "Discarded" stack and then going to the "Stack" stack (the one from which cards are drawn), as in Slay the Spire. This may not have been obvious because the decks are small for the moment. - Yup I could do that, it's just that I didn't do it yet :-)
- If you hover on the skills (like Discipline, Long Reach, etc.) it should show the description in an hover. Sometimes you need to click on the game's background for it to work (a focus issue likely).
- At the moment you draw the same amount of cards every game, 3 IIRC. It seems right, I don't want too low (because cards die quickly) and not too much (so that the hand stays understandable) either.
Thanks for your feedback 🙏, I'll upload a new build next week (I'm implementing items right now and it's a bit of a mess, I need some days to have a publishable build) which will fix most of your observations (the current build is 2 months old 🤦♀️)
1. bug fixed in next build
2. maybe fixed in next build? will check it out
3. yes indeed it wasn't implemented at the time of the current build. Note that you can use it on damaged creatures and intact ones.
4. yes agreed, fixed in next build. I will also add a custom widget with documentation at some points.
5. yeah interactions (clicking on buttons) are a bit brittle if you click at unexpected times. I know I need to fix that. For the moment, don't click too much when it's the opponent's turn!
6. no the game doesn't save, it's a bit tricky to do for html games. Don't click that refresh button :-)
7. a match will end when a number of turns is reached, circa 7 I envision. But this is not done yet, the game rolls on forever.
8. "stack" is the list of cards from which your hand is refilled at the beginning of your turn. When the stack is empty, it is refilled with the "discarded" heap. The "discarded" heap is filled when creatures die.
I'll let you know when the new build is up. I'm unsure if you're notified of new versions? Maybe you are if you follow the game?