Nadir is a roguelike deck-builder with a twist: the cost to play a card is an enemy reaction you can predict. Craft your own cards to slay powerful demons. Gather resources, expand your city, grow in power and conquer the underworld.
We start here where we left off in the previous [url=https://steamcommunity.com/games/1535100/announcements/detail/5122290496076993481]devlog[/url]. We had a working paper prototype with a simple action-reaction loop. Now was the time to start implementing it.
At that point in development, we still worked within a classic turn-based scheme. You have a hand-drawn at the start, you play the cards on either you or the enemy, the stelas turn around until you feel you’re done or out of cards, you end the turn and the rest of your hand is discarded. Now the demon responds with three actions you just set up and your turn begins again. Also, at this time you couldn’t choose the stelas directly, it was automatically assumed to be the leftmost of the matching color.
[img]{STEAM_CLAN_IMAGE}/41339287/4a1b95285a8ae92408dc0eeaab59644e24644c80.gif[/img]
[i]No reaction from the monster when playing a card. And that critical hit; somehow it’s still in the game.[/i]
[h2]Change one thing, forced to change 10 other things[/h2]
We quickly realized we can’t just repaint the wall from white to pink, leave the rest of the furniture unchanged and call it a day. The pink (well, red-and-blue, actually) forced full renovation. All classic solutions had to go away to be replaced by new ones that fit into the grinds of Deck Binding.
The biggest issue we faced at this stage was the lack of cards combos, something that you want in your card game, right? On this build, players were playing their cards more to position stelas in the best configuration for them, rather than use cards for whatever they had written on them. You could play more tactically of course, but randomly throwing cards around was similarly effective.
[img]{STEAM_CLAN_IMAGE}/41339287/b0cb1057915a5708ac228c6053460a4d90ed06f3.jpg[/img]
We were not as devastated as we had our paper prototype that proved to solve most if not all problems with the game! But in order to not completely break the mental health of our programmers, we decided to introduce the changes slowly, in phases. What sneaky little guys those designers are, right?
[h2]Steam Next Fest[/h2]
The Steam Fest Next – a demo festival – was approaching, a great opportunity to test out some of the latest updates to the game. Phase 1 of our “reach the paper prototype stage” began. We added two small changes that really helped with the game:
[list][*]No automatic discard at the end of the player’s turn.
[*]Targeting the stelas instead of the monster.[/list]Sounds like not much, but it really helped to flesh out the gameplay before we could move to what we thought are the more fundamental problems of the game.
[img]{STEAM_CLAN_IMAGE}/41339287/76903a2e26a19c378c31b43f7c7767a580d8a117.gif[/img]
[i]Enemy playing all his “moves” one by one during his turn.[/i]
With no redraw after each turn, you could save some of the cards for later, and not spam them up, since you know you won't be seeing them for some time.
Stelas targeting improved the UX of the game, literally highlighting the main gameplay feature of Nadir.
The demo got some pretty positive feedback, players showed their interest in the game and they were curious about what we’ll do next. Remember the bigger issues we thought we were having? So it seems that nobody noticed them. So time for [b]Phase two[/b]!
[img]{STEAM_CLAN_IMAGE}/41339287/c1023055df41283c49b97c1fe747c705a9593bb2.gif[/img]
[h2]Code bending[/h2]
Goal: you choose a card, play it on one of the stelas of the right color, apply the card’s effect, the monster reacts with the effect of the chosen stela, we get a new card? Simple, right?
That’s where you are the wrong boyo! What was very easy to prototype on paper required a complete overhaul of the turn system, you know, a pretty big system in a TURN-BASED card game.
[img]{STEAM_CLAN_IMAGE}/41339287/5b81417cf9245e983be7dd3e0a02a45a093c9641.png[/img]
But before the programmers started throwing stones at us, we decided that we can get rid of turns… by not getting rid of turns;)
The path of coding is a perilous one, but one that can be bent in multiple ways. In this case, we just made the turn very short. You played the card, bam, that’s your turn. Now it's the enemy's time to act, and voila – we have our paper prototype in a playable form!
Of course, it was not the end of our journey (yeah, it’s not that easy), but we will continue on the next devlog.
Hope you'll stay for longer 😎
[b]Be sure to add Nadir to your wishlist![/b]
https://store.steampowered.com/app/1535100
And if you have any questions or feedback: [b]let us know on Discord![/b]
[url=https://discord.gg/GQZ63Sd2J7][img]{STEAM_CLAN_IMAGE}/41339287/9c3e78683f4b92e907a859d6f384459456bf08cc.gif[/img]
[/url]