home.social

#gameprogramming — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #gameprogramming, aggregated by home.social.

  1. The experience of Alan Henning @jalanhenning with coding a game in BASIC by applying the lessons from his past as a professional programmer.

    troypress.com/coding-for-fun-u

    #basic #GameProgramming #programming

  2. So I ended up not doing traditional collision checking at all, but relying on flocking to keep the units from colliding and it's actually working pretty nicely!

    (re: working on a simple RTS game with C and SDL3)

    #gamedev #sdl #sdl3 #gameprogramming

  3. From the archive! Creating A Game With PHP Part 4: Side Scrolling Shooter

    This article looks at creating an ASCII based game played on the command line, in PHP.

    A side scrolling shooter, if you didn't already know, moves a scene from right to left across the screen with enemies moving with the scene towards the player's ship, which is on the left hand side of the scene.

    hashbangcode.com/article/creat

  4. Astrarium Games is looking for GRAPHIC DESIGNERS, to join us on an exciting upcoming project! If you're passionate about game development and want to work with a creative, collaborative team, we’d love to hear from you!

    Whether you’re just starting out or have some experience under your belt, this is a great opportunity to build something awesome together.😁

    ***ALSO this is a VOLUNTEER position, and it is not PAID**

    #Graphicdesign #GameDev #IndieGames #GameProgramming #AstrariumGames #IndieDev

  5. Astrarium Games is looking for UNREAL programmers to join us on an upcoming project! If you're passionate about game development and want to work with a creative team, we’d love to hear from you!

    *This is a unpaid VOLUNTEER position*

    #Unrealengine #GameDev #IndieGames #GameProgramming #indiegame #game

  6. We just hit 250 Members on our #Discord!

    #Thankyou everyone who has joined us in our journey, and we hope you're having a great time developing #videogames!

    If you're interested in learning more about what we do, please #follow us!

    #game #gamedesign #gamedev #dev #indie #indiestudio #indiedev #indierev #gameprogramming #gameart #gameaudio

  7. The Genesis and the Everdrive cartridge I purchased are finally unpacked and ready to use. Let's start programming the Genesis with the SGDK. #gameProgramming #sgdk #genesis #megadrive

  8. For some reason I felt the urge to implement my own variant of the "recursive-dimensional clustering" collision detection algorithm that I read about in the Game Programming Gems many years ago.

    Of course, I generalized it to an arbitrary (positive, natural) number of dimensions, and made some small improvements to the grouping method.

    #SchemeBites #Scheme #Kawa #GameProgramming