Hello beautiful people.
I am Tashkas, maybe some of people around knows me, but if not I am solo indie developer, avid participant in Epic Games MegaJam.
But now I want to introduce on my Work In Progress project code name Labyrinth.
This is turn based adventure game with card system to build your path to Dark One and defeat him.
At this point game is in early stages but a lot of mechanics are already working and visual direction is set.
As a total sucker for turn base AND card games this looks rad! I am curious about the combat especially, will there be any gameplay videos for that released anytime soon?
Hello hello, thx for good words
Combat right now it’s not set, i am not happy how it feels. but it will be turn based too. At this point i built ATB (active time battle) system, but maybe gonna change to fully turn based. I just want combat to bit more dynamic, due whole game feels bit slow. But yeagh then i have something more interesting to show i will post it
I love the idea of this kind of turn-based modular game. With the card system, I feel like it can make gameplay not only unique in every playthrough but very fun for multiplayer if you implement such. I’m excited to see the progress in this project moving forward!
Was busy time lately but trying rework my card designs/UI and finish with all the data management also added ability for player to rotate World Tiles before placing them, makes bit more fun
Here is right now just simple combat but it will be reworked a little bit, want to make combat bit faster and more action based Already have 9 enemies made, but need to rig and animate.
here is few of them
Then i finish with new UI gonna jump to combat, have some ideas to implement then gonna see how fun it is also need to move Enemy AI parts from BP’s to State Trees
Absolutely obsessed with the artstyle. It manages to be both nostalgic and really fresh. I’m stoked to watch as this develops Good luck until next time!
Hello again beautiful people
I was spending some time on whole visuals and few other updates.
Added preview of tile and ability to rotate the tile before placing and eliminating 4-5 extra tiles/cards for each road direction which gives less cards in the pool and better randomization of them.
Moved some of the enemy AI logic from blueprints to behavior tree, due that abilities is inside AI blueprint that allows me to have few generic Behavior Trees for each class of enemy AI.
Those I eliminated this amount of BP code in Enemy AI :
Well was a while and life got me busy. But I found some time to work on the project, mostly reworking battle manager and some of the functionalities :), not much from the pretty side.
Ogh… also UI starting to get a shape
UI starting to look something I like and kind of usable now visiting objects on tiles works properly when interacting
Reworked whole battle manager system from zero and ditched the ATB system for now.
Now turns are calculated by Actors initiative score. This rework gives me more options later on in expanding combat system.
Getting caught up with the updates is very fascinating. I appreciate the time and effort you’re putting in to polish this game of yours while keeping us updated! The new animations are quite adorable, especially the idle-looking around one!
While getting caught up and looking at the spiders, I was curious if way down the line you’d consider making different map/level styles that could perhaps be of a more difficult level or pose different challenges.
Thanks for great words.
I do like showing people all the little updates, wanted to do video Dev logs but what i am working on
is quite boring stuff and where is not too much to show, and talking about code is boring
In the plan right now there is 5 biomes planned (due how my main world is constructed i can designate areas of the map for set biome, so then you play regular lets say Road/Tower/Caravan cards they spawn tile of the biome, and also you will be able to discover specific cards for specific biomes), they all give different buffs/de-buffs, grass lands benefits grass lands creature but gives no buff/de-buff to player, sorrow lands (aka where undead creatures are) gives negative buff to Order and Growth cards for player.
In this image you can see world map green tiles they are default Grass Lands, and there is Blue and Read tiles, Blue tiles represent Mountain biome and Red tiles is where the level Boss are (Death lands).
Your showcase and explanation helped me visualize the game and its progress more thoroughly! With this, will the biomes have certain buffs/debuffs by default per biome, or will it be per card as normal?
hello, @The_M0ss_Man
plan is to do per biome, but adding to the cards would be nice too.
In the begging player had luck factor implemented so a lot was depending on how player stats are, and then the player plays card game checks on his luck and set the conditions for card. player could get high reward or fail luck test and get some trashy outcome for basic tile like high level enemy
But keeping everything per biome lets me be more organized and not over do everything. but also thinking maybe make biome cards, like snowy road, or scorched plains so buffs/de-buffs would be in the cards not pre placed on the map. But this still in testing, and me being super critical on my self everything is bad
Thank you for sharing that with me. I eagerly look forward to your development and if I have any other questions I’ll be sure to ask them! Keep up the amazing work.