Yeah, but I would say that is a symptom not the cause. Certain things started leading to this, similar thing happened with music where indie is not indie anymore and now POV music is the new indie. All I’m saying is that it ain’t so simple imo. And Marvel is not being marketed as indie movies.
Posts by Proof of Concept Bob
But also in how many walks of life solo or indie became sort of badge of honour. I’m just wondering if putting too much value on certain labels caused this issue. Don’t get me wrong, I agree with you but I’m trying to figure out why we are having this problem.
Time to start new tag #artisanalGame or something.
But also there are solo devs doing everything alone so are we also the bad guys here? Words are always for interpretation and meanings will change. I guess best thing is to do what you are doing and ignore labels.
Yeah it gets complicated, words start to loose meaning. What I would consider indie and what is called indie also differs.
Idk naming is hard and does/should it matter in the long run?
I’m guilty of using solo dev tag, but being solo is my choice and should it really influence how game is judged?
That’s such a cool idea! I love when indies collaborate. Even small things like the Stardew Valley card skin in Balatro put a smile on my face.
What you are describing sounds like a dream scenario to me.
Did I miss some kind of solo dev brouhaha while I was sleeping, or am I just imagining things?
So I just noticed that when I switch scenes, new button is missing its border. Not sure yet if my scene cleanup is overzealous or some layer shenanigans are happening. I’m not happy since I have no idea where to look.
Good job me, bug’s been there for two weeks
#devlog #solodev #gamedev #indiedev
Okay okay, I will remind you in few years ;D
Let me put it this way, my current little dream is to post “y’all I am making MTG by myself and it works” in a few weeks ;)
But also in general as a gamedev I love post mortems and I’m wondering if there are things you would do differently, with hindsight being 20/20.
I think it’s a good idea, leads to less noise. Unless cost of the card might be used after card ends up on the table like in some tcgs.
Hard to say without knowing the game more.
I will have to do something similar soon, any wise advice?
In this case I think that camera had great artistic vision. I love how eyes pop despite being out of focus, becoming even more of a subject in a way. Also it has strong “I was enjoying summer day, woke up from a nap and this amazing creature is what I saw” vibe. I want it on my wall!
As part of my move to C#, I bumped tile resolution from 90x45 to 160x90. Just updated my mockups and I'm SO happy with this choice! Finally have enough space to make the game I actually want.
#devlog #solodev #indiedev #gamedev
It looks rather underwhelming, but my engine finally has concept of scenes. First time I had to design something like this, so the system is held up with bubblegum and optimism... but it WORKS!
Time to implement card game mechanics in this card game.
#devlog #solodev #indiegame #gamedev #monogame
Obviously I don’t recommend it to do this as is for teams, but for solo dev it works. And it is closer to how git was meant to be used.
That was my worry also, but I quickly started using one commit per future and amending “current” commit as a checkpoint system of sorts. When I start working on a task I create a commit and go from there. I did lot of work on my engine and have 5-7 commits.
I just use git and really short text file for managing my project. 3-5 tasks in the file at a time and commits that are big enough to be easily identifiable as whole “thing I did”.
I started working on a scene system in my engine.
I've got to admit that "everything is an entity" part of ECS is breaking my brain right now. On one hand, it feels obvious and natural, but designing all the needed components is a mental marathon.
#gamedev #indiedev #solodev #devlog
I’m a big fan of tactical fps
sneaking thru corridors and out of nowhere emptying half of your magazine in the back of teammate in front of you out of nowhere…. Let’s just say it stops being funny after 10th time
Holy mackerel! It works!! Two days of coding and it works on the first try!!!
Now to quickly follow up with clicking and I can consider the input system done (for now at least)
#devlog #solodev #indiedev #gamedev #monogame
Any big rework like that isn't underwhelming, especially when the performance improvements are this significant! Improved performance and better memory efficiency are huge wins. Amazing job!
There is something magical about coding in the subway while listening to the Matrix soundtrack.
My inner kid ain't dead
#gamedev #indiedev
Why this input system is so hard to implement? I implemented stuff like that many times, but this one is pure struggle. Not sure if this is one of those days or I don’t enjoy this type of logic so much… anyways I think mouse support will be enough for now 😅
#devlog #indiedev #solodev #gamedev
Monogame for this one. I used raylib with C in the past.
And we have colours!
I still have some kinks to work out, but progress is progress. A few hours ago, magenta was the only colour my engine knew.
Such a great feeling!
#solodev #devlog #indiedev #gamedev
I don't regret my short adventure with Lua. It was super fun to work with this amazing language and Love2D. If I had to point to the biggest reason behind my switch to C# I'd say types... I like compiler telling me I'm an idiot trying to pass an array as an int. 😅 #devlog #solodev #indiedev #gamedev
Taking things slow due to insomnia issues, but progress continues! After some soul searching and a few soul-crushing Lua related bugs, I switched to C# and MonoGame.
Getting close to recreating all my engine functionality!
#devlog #solodev #indiedev #gamedev
Love your game, but don't let that love blind you.
You need to be able to disconnect emotionally from it.
This helps massively when taking on feedback and changing course if things aren't feeling right.
It's obvious, but not easy as with most things in this world
#gamedev #indiedev #indiegamedev
I love the art style!
Why did you choose to post devlogs on steam instead of your own website. or some other place?
It took much longer than expected... but I am slowly adding things to the project. I spent two days trying to figure out why the logs to card details switch wasn't happening. Issue was caused by lack of type system in LUA... I like this language, but sometimes...
#devlog #gamedev #solodev #indiedev