Former England cricket captain Michael Vaughan stopped me in the street and asked me for directions.
13.06.2025 08:57 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0@samurairabbit.bsky.social
Manc video man. Occasionally makes #BoardGames vids at: https://www.youtube.com/dicehard Used to write about video games. Now making a game (more details soon... ish) #GameDev #IndieGame #TTRPGS
Former England cricket captain Michael Vaughan stopped me in the street and asked me for directions.
13.06.2025 08:57 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0Would any mutuals be up for playtesting a prototype I've been working on the last couple of weeks? Would like to get some feedback before spending any more significant time on it.
Chuck me a DM in you're interested๐
Hi mate, just open for mutuals at the minute.
Will definitely reach out to you for the next round of testing. You're on the list ๐
Would any mutuals be up for playtesting a prototype I've been working on the last couple of weeks? Would like to get some feedback before spending any more significant time on it.
Chuck me a DM in you're interested๐
Same. Also, TIFO my writing process and game dev process are the same.
18.05.2025 13:47 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0TV show idea:
Video game themed quiz show hosted by Henry Cavill. We can call it Geralt of Trivia.
Smoking there seems to be a thankless task.
02.04.2025 11:01 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0They do if you have shouty poems.
14.03.2025 12:33 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Surely they can't fire you for making puns?
14.03.2025 12:28 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Always respected Pam. She didn't take crepe from anyone.
04.03.2025 10:57 โ ๐ 2 ๐ 1 ๐ฌ 1 ๐ 0Thanks Peter. Redundancy isn't fun, but hopefully something good will turn up soon ๐
28.02.2025 10:48 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Hi everyone, I am now looking for work.
I am interested in a junior dev position in or around Manchester, UK.
I have experience with C#, Visual Basic, SQL, JavaScript, jQuery and HTML/CSS. I also build games in my spare time using C# and Unity.
If you could share, I would really appreciate it ๐
Gladius from Lucas Arts.
Tactical gladiator combat with mythological creatures. Bliss.
TEN YEARS?
*immediately crumbles into dust*
Jesus. Twister in Donegal right now.
24.01.2025 07:58 โ ๐ 2597 ๐ 603 ๐ฌ 130 ๐ 56Time for a solitaire MMO.
Wait...
Ah, this is glorious ๐
08.01.2025 08:30 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0This is bloody marvellous.
07.01.2025 11:27 โ ๐ 5 ๐ 0 ๐ฌ 0 ๐ 0True. Dug out my inherited AD&D books to try and run a one shot using the OG rules.
Yeah, that isn't going to happen ๐
The villain tease at the end as well. Such a bloody shame we likely won't see a sequel.
07.01.2025 09:20 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0That's a really good point actually. Thanks Dario, I'll definitely consider merging the two together.
03.01.2025 14:33 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0Characters have a chance to dodge to avoid damage completely and also have a chance to block attacks to reduce damage further, but I'm still playing with whether this should be a percentage or flat reduction.
Any thoughts on this? How do you work out damage in your games?
#GameDev #IndieGame
If the target is vulnerable to the damage type, then the damage is actually increased before the AV reduction is applied:
Damage = ((CS * DC) * (1 + Vulnerability)) - Armour Value
#GameDev #IndieGame
And finally, we take armour into account. Armour Value provides a flat damage reduction and is applied last:
Damage = ((CS * DC) * (1 - Resistance)) - Armour Value
#GameDev #IndieGame
Then we take into account damage resistance. If the target is resistant to the damage type, then their resistance is removed from damage as a percentage:
Damage = (CS * DC) * (1 - Resistance)
#GameDev #IndieGame
Characters have a Combat Skill which determines their base power in combat.
Abilities have a Damage Coefficient float which determines the percentage of Combat Skill is delivered as damage to the target. The more powerful the ability, the higher the DC.
Damage = CS * DC
#GameDev #IndieGame
Let's talk about how damage is calculated in The Game.
(Caveat: still very much work in progress.) A thread:
#GameDev #IndieGame
Done :)
31.12.2024 09:45 โ ๐ 3 ๐ 0 ๐ฌ 1 ๐ 0I mean, it's legally acceptable at 11am.
27.12.2024 12:11 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0