Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

smelc3

109
Posts
6
Topics
109
Followers
44
Following
A member registered Jan 21, 2016 · View creator page →

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 :-(

Yes, when you wield two weapons; you attack with both of them. Pretty powerful 😉

There is a limited number of skeletons in every graveyard, so eventually you will exhaust them. But there is no way not to trigger them 😄

Not really, you loose the benefit that a shield brings, but that's all.

(1 edit)

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! 😄

Alas it's quite tricky to add the save feature on the web version, which is why I didn't do it in the first place. It's not planned to be added, as I don't update the game anymore, sorry 🙁

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 🙂

Hey vister71, thanks for commenting. The game logic of the description is quite tricky. It seems possible to me indeed that a discrepancy sneaked in between the description and the actual effect 🙁

No updates are planned as the game is pretty complete.

As you do more runs, you will find that the game is hard, but not impossible :-)

Yeah I understand, sorry :-(

Hello and thanks for the kind words 🙏

Unfortunately it is impossible to change the keybindings :-(

Thanks for your reminder.. Because it was easy, I changed my itch username to smelc3...

Yes, but unfortunately I learnt it long after having chosen my itch handle :-)

Yes indeed the Next button is unplugged for now. I am adding the next levels these days. Here is one: 



And another one fresh from my tile fondry:

Ah permanently telepathic... Here's a hint: you need to drink many potions to obtain this achievement 🙂

Where did you find the psychic achievement? There is no pyschic achievement in the Achievement screen.

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.

Thanks for the nice words 🙏

I'm not surprised there are bugs, because this is still a prototype. Before the first true release I will thoroughly test all interactions. If you have further details on how you did this, please give them to me; because - at first glance - I can't reproduce it.

Did you witness some bug, like you could play this card while you had no mana?

Thanks for the report.

I'm changing the text to All enemies lose 1 HP 👍

I pushed a new version (31cfb5f) that should fix usage of Plague. Can you confirm?

Regarding 1. what do you have when you hover on the Plague card like shown below. Is the green "target" rectangle showing the enemy's part? (like on my screenshot). Or is it showing your part (the one with blue backgrounds)?


That's a cool idea 👍

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 👍

(1 edit)

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 🙏

(3 edits)

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?

Hi Xevion888x, thanks for your nice feedback ❤️ No update is planned for the moment, I feel this version is pretty mature.

Thanks for your kind feedback 🙏 Indeed the chaos fairy is one of the most annoying monster, but the game makes sure you have something to defeat them easily :-)

Thanks for the report 💯 I basically agree with everything you say.

  1. 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.
  2. Yup I could do that, it's just that I didn't do it yet :-)
  3. 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).
  4. 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.

Hey ulgrash, I uploaded a new build. Let me know how it goes! Items are not yet completely finished, a creature's items will get discarded when the creature dies. This is not the final behavior: ultimately creatures will keep items they received. Hope you like this WIP version! ❤️

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?

Added a devlog to show what I've been up to 😎 https://hgames.itch.io/pixel-card-wars/devlog/225841/how-gamedev-proceeds-hand-d...

The point of the game is to maximize your score (which you augment when your cards attack and have no opponent in the corresponding column) much like in magic the gathering. There'll be deck building in the future, I'm working on it.

Yeah instructions are non-existant for the moment :-)

You should select "Single Player" then choose a team and click "Start". You arrive then in the "match" view. Then you should drag and drop cards from your hand (at the bottom) onto the blue spots. Once you're done, press "End Turn" for the game to resolve attacks and make the AI play (on the red spots)

When you hover on a card of your hand, it shows you where you can play it. When you hover on a card on the board, it shows which spots it attacks.

Feel free to comment here, I have updates ready but I'm not updating the itch version at every dev iteration yet.

Thanks for having written this. Balancing a roguelike game is indeed difficult. The point you raise about giving players the will to play is interesting. For roguelikes, however, there's no way around needing to play a lot of games to start appreciating it. It's a sophisticated pleasure :-)

Nice gameplay, simple but addictive :-)