Indie game developer 🇨🇦

Working on some games for game jams in my free time

Admin of programming.dev and frontend developer for sublinks

Account has automation for some scheduled posts

Site: https://ategon.dev Socials: https://ategon.carrd.co/

  • 23 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: June 8th, 2023

help-circle











  • Ive been working on some game tools to let me make various games quicker without needing to do the same things in every game i make

    Above you can see two of them ^ Ive got an achievement system implemented as well as a toolbar that lets you trigger things easily for testing purposes (e.g. giving the player a weapon, spawning an enemy, etc.)

    Theres a data persisting system that will persist data in different scopes (e.g. room, level, run, game, permanent) that everything else uses. For example the achievement system looks at a certain category and a trigger (which is a key that the data in the persister is set under) so that whenever data is added to that trigger it sees if its higher than the amount needing to unlock the achievement (and if so unlocks it). The persister is decoupled from everything else by sending signals and then everything that wants to look at what data is set can (this would be the achievements, the unlock system, the dialogue system to see which dialogue is unlocked, etc.)

    Main tools I have made:

    • palette swapping (allows for swapping the palette of the game so that things like each zone can have different colors)
    • unlocks (what weapons, enemies, etc. are unlocked)
    • toolbar (debug helping)
    • persister (persists data through a scope)
    • logger (logs information (separate so other components can show the logs e.g. the toolbar or a terminal)
    • leaderboard (keeps track of scores of players)
    • data (reads txt files from a data folder for usage in the rest of the game for separation of data and behaviours. e.g. you can define enemies each in their own txt file and have a generic enemy object that has its properties set based on the enemy it is. Makes it so you can easily add new stuff


























  • Ategon@programming.devtoMemes@lemmy.mlA seemingly simple wish
    link
    fedilink
    arrow-up
    5
    arrow-down
    2
    ·
    edit-2
    10 months ago

    People in the instance have more varying viewpoints since its oriented towards a niche/content category (+ same is true for other niche instances). People interacting in the instance can be managed but its difficult for people interacting outside to be moderated to make sure theyre actually following our rules since admins dont get reports of people in their instance being reported, only the instances of where they interact in do.

    Politics communities (aka communities that only talk about politics rather than something like a hobby (and lgbtq+ isnt politics)) are now hidden by default on the instance though hence why you probably havent noticed the two are federated still since people dont stumble in and need to explicitly choose to see the content (leading to less people arguing on different politics communities since they just sub to the one they want and then sees that one as normal)