Tarot Scoundrel, a #solitaire game.
Drag an item. I was planning on using outline to available actins. Green for press, blue for drag and red for drop areas, but green and & blue is not #ColorBlind friendly.
#MadeWithUnity #RougeLike
#IndieDev #GameDev #TurnBasedGame #CardGame
Posts by Ant Hill Plan
βͺ
Tarot Scoundrel, a solitaire game.
I cleaned up the Pentagram (black) Tarrot images by trimming of the card edges.
#MadeWithUnity #RougeLike
#IndieDev #GameDev #TurnBasedGame #CardGame
Tarot Scoundrel, a solitaire game.
I cleaned up the Cup (Red) Tarrot images by trimming of the card edges.
#MadeWithUnity #RougeLike
#IndieDev #GameDev #TurnBasedGame
Rectangular spiral #ProgrammerArt II. Modified some old code to generate Spiral programmer art.
#MadeWithUnity #ShaderGraph
#IndieDev #GameDev
BSky had problems this morning so a late post
βͺ
Tarot Scoundrel, a solitaire game.
More simplifications in the game. I simplified the buffs/debuffs that come from items. Just the suits that buffed, and when they occur. Until you die, while holding the item in your hand or once when item is used.
#MadeWithUnity #RougeLike
#IndieDev #GameDev
Yeah, I will look at simplifying the buffs from magic items to +/- 1,2,3 for a suit. With less granularity than I have now.
Tarot Scoundrel, a solitaire game.
I changed the enemy card to only 1 characteristic instead of 3. It keeps the game simpler like a solitaire game.
#MadeWithUnity #RougeLike
#IndieDev #GameDev
Testing animating my shader. Changing skew, rotation, and spiral magnification. Also added an option to generate a colored border on the spiral.
#MadeWithUnity #ShaderGraph
#IndieDev #GameDev
Testing animating my shader. Changing skew, rotation, and spiral magnification.
#MadeWithUnity #ShaderGraph
#IndieDev #GameDev
I changed the shape of my border to a circle, so now I can do a proper spiral.
Sorry, I didn't see your comment. The random doors also change the difficulty. It feels too easy at this stage, but I have not added enemy buffs yet.
Now the last 20% of my Spiral mirror (Droste effect) shader, which will take 80% of the time. The polish to make it usable. First making it work with a screen that is not square.
#MadeWithUnity #ShaderGraph
#IndieDev #GameDev
Tarot Scoundrel, a solitaire game.
Unfortunately, the Lovers Tarot card countts an nudity on Google Play and other platforms so I made a Bowlderized version.
#MadeWithUnity
#IndieDev #GameDev
Tarot Scoundrel, a solitaire game.
Major card have magic items. that give buffs. The Lovers gives cups bonus so they heal more and will appear more often guarding other magic items. A bonus on gaining it, one for carrying it and it can used once for extra bonus.
#MadeWithUnity
#IndieDev #GameDev
A shader graph with 16 nodes and 5 sticky notes that divides two complex numbers. A sticky note at the top shows the 2 lines of C # code that do the same thing.
I'm getting better at organizing and documenting my shader graphs. My shader uses complex numbers (eg 2+3i ) so my graphs have lots stuff like this. Next I want to try animating the shader parameters.
#MadeWithUnity #ShaderGraph
#IndieDev #GameDev
There is a detailed explanation in this video www.youtube.com/watch?v=ldxF...
On the Unity side, it is a custom full screen shader I wrote in Shader Graph. I want to change parameters at runtime next so the effect can be animated. Also, I need to make better art.
The second 1/3 of my shader is an infinite Spiral mirror (Droste effect) shader. There is only 1 sphere in the scene. This is based on a technique in M.C. Escher's "Print Gallery". This contrasts what a great artist produces and programmer art.
#MadeWithUnity #ShaderGraph
#IndieDev #GameDev
Tarot Scoundrel, a solitaire game.
After dealing with the minor suit cards guarding a major suit card the Major card shrinks down to magic item size.
#MadeWithUnity
#IndieDev #GameDev
The first 1/3 of my shader is working it is a infinite mirror (Droste effect) shader. There is only 1 sphere and 1 cylinder in the scene.
#MadeWithUnity #ShaderGraph
#IndieDev #GameDev
I have to port some of my code from C# to a shader. I need to find a better way to organize a shader graph. This is a mess. The commented out code has not been ported yet so there is a dozen lines of code but 4x nodes. Maybe custom nodes in HLSL.
#MadeWithUnity
#IndieDev #GameDev
Tarot Scoundrel, a solitaire game.
I added a Pentacles buff of +1 each time you go down a level. The Ace of Pentacles, middle right, has value 16 normally it is 15. The 8 and Page of pentacles have +1. Pentacles will also be more common as magic item guards.
#MadeWithUnity
#IndieDev #GameDev
Tarot Scoundrel, a solitaire game.
Fixed the bug π with time restarting each level and added average and standard deviation to stats. I see that there are some good runs and bad runs. For a #RougeLike I don't want a good game to be only 2pts better. #MadeWithUnity
#IndieDev #GameDev
Tarot Scoundrel, a solitaire game.
Saving and displaying game stats for playtesting. Also added a delete button to delete the short games that were testing some code. Also a new bug ππ. Last game, level 3 reached in 10 seconds. Reset timer each level π. #MadeWithUnity
#IndieDev #GameDev #RougeLike
Tarot Scoundrel, a solitaire game.
Added death stats to help me playtest and balance the game. They are saved at the end of each game. The time played stat will probably not be shown in the game, but it is good for play balancing, #MadeWithUnity
#IndieDev #GameDev #ScoundrelGame #RougeLike
Tarot Scoundrel, a solitaire game.
Fixed my bug π of a card being dealt on top of the stairs in the last room of a level. #MadeWithUnity
#IndieDev #GameDev #ScoundrelGame #RougeLike
βͺA slight break from dev work. Cat on the stairs in Tarot Scoundrel dungeon. The top is the template, bottom is transform. Based on Escher's Print Gallery. Math from 3Blue1brown video How (and why) to take a logarithm of an image Made with #Unity
#indieDev #GameDev #ScoundrelGame #RougeLike
Tarot Scoundrel, a solitaire game.
Refactoring when adding extra doors did not go quite right. I added a bug. πThis is the last room of a level. So there should be no card in the middle, just stairs down to the next level.
#indieDev #GameDev #Unity #ScoundrelGame #RougeLike
Tarot Scoundrel, a solitaire game.
Adding extra random doors involved a lot more refactoring than I expected. Here is a run at 3x speed.
#indieDev #GameDev #Unity #ScoundrelGame #RougeLike
Tarot Scoundrel, a solitaire game.
I changed from having the same 4 doors on all rooms to having 12 doors and choosing randomly which doors a room has. This gives more variety and allows me to adjust difficulty by changing the number of doors to a room.
#indeiDev #GameDev #Unity #ScoundrelGame
After years of following and supporting #indiegames and #gamedev, itβs finally happening:
Our game "Kernelbay" has a "Coming Soon" page on @steampowered.com and we're part of the Fishing Fest! π£
It would mean the world if you could wishlist & repostπ
store.steampowered.com/app/3686480/...