Spyke

Posts

gamedev·Game Developmentbyspite

Creating game architecture

For some time I've been trying to create some rudimentary hack'n'slash game. I didn't want to use ready game engine because I consider it more of an exercise in programming a game than an honest attempt at creating one if that makes sense. So I started with SFML.
Along the way I've recognized the need for loading settings from files(Json library), logging, map editor(ImGUI) etc and it's posing a questions to me for which I struggle to find answers to.

For example let's consider map editor. Currently loading/saving the map to file is done by TileMap class itself but I don't know if it should be. If the map is not as big as render window, should it itself be responsible for centering it or class/function using it should do it? What about scrolling map bigger than render window?

Another example is I have Entity class (player, monster can be entity) which can have Graphics, Physics component etc and it is responsible for rendering itself. But I don't know if it's the right approach. I would like to have logic separate from drawing but Entity essentially merges the two with some extra steps

Add to that is that I would like to painlessly inject debug enabled logging into different parts of this code and I'm afraid I will end up with spaghetti monster for code

What this long windup is leading to is a question. How do I write render independent, reusable game architecture? Where can I read more about this so I can make better decision about what I'm creating.

Now that I've read all of this before submitting it seems to me like what I'm really asking is "how do I make a game engine?". And this was not supposed to be exercise in creating one, at least I didn't think so when I started

View original on kbin.social
DnD·Dungeons & Dragonsbyspite

How to make mechanically sound DnD 5E character?

I'm not sure if this is the right magazine to ask this because it doesn't pertain to pen and paper game.

With Baldur's Gate 3 release closing in I would like to learn how to make a mechanically sound character. How to distribute points, what abilities to take, why take them etc. Up to this point with cRPGs I was winging it and basing on gut feeling and brief in game description but for this one I would like to construct a proper character.

I've tried googling but everything I've been able to find either focuses on "make a backstory" and glosses over "here toss in those points" or is a full on dissertation about mechanics.

I'm looking for something lighter and easier to digest

View original on kbin.social
gaming·Gamingbyspite

Looking for narrative driven games

Hi, as it’s in my title. I’m looking for narrative driven games with good story, something I can play on my steam deck. Not something open open world but more of a on rails experience.
Things I’ve played that that should give rough idea what I have in mind:

  • The last of us
  • until dawn/the dark pictures anthology series
  • the quarry
  • new/remakes of resident evil games
  • Road 96
  • Alan Wake remake

I obviously have a horror/mystery preferences and I want the story to be told to me, I don’t like the dark souls approach of “guess or read all of the in game books or w/e to have a chance at glimpsing a hint of a story”

View original on kbin.social
gaming·Gamingbyspite

Looking for narrative driven games

Hi, as it’s in my title. I’m looking for narrative driven games with good story, something I can play on my steam deck. Not something open open world but more of a on rails experience.
Things I’ve played that that should give rough idea what I have in mind:

  • The last of us
  • until dawn/the dark pictures anthology series
  • the quarry
  • new/remakes of resident evil games
  • Road 96
  • Alan Wake remake

I obviously have a horror/mystery preferences and I want the story to be told to me, I don’t like the dark souls approach of “guess or read all of the in game books or w/e to have a chance at glimpsing a hint of a story”

View original on kbin.social

You reached the end