HACKER Q&A
📣 YesBox

Who's working on their video game?


Are there any game developers here? I would like to see what you're working on. Can also respond with technology/art related to the game dev industry.


  👤 athielking Accepted Answer ✓
I'm working on a multiplayer card game using Godot and Elixir. Its based off of Triple Triad from Final Fantasy 8. I have minimal art, and no public website or demos to show, but I have streamed some of my coding sessions on twitch.

https://twitch.tv/thielking_dev


👤 genjipress
I have a game I'm working on, on and off, but I have had to put it aside for the time being as life is a little too busy for me right now.

https://xtaloid.itch.io/xtaloid


👤 hypertele-Xii
All my life I've been researching gamedev, and right now I'm working on the culmination of it, my masterpiece. Currently programming the engine.

It's a genre-bending hypergame where a procedural party of pirate alien hackers adventure in a psychedelic apocalyptic underground hive world, near the end of all times, from the perspectives of different gameplay genres such as strategy, stealth, and roguelike.

There's a bunch of interesting artistic requirements at the foundation: Space is irregularily tesselated (no square grid), character expression is purely bodily (no text), you can choose what genre to play but everything else is random (procgen), characters exhibit persistent memories and develop actual personalities, to name a few.

There's no art yet so instead I direct you to this webpage featuring gamedev art from my past:

https://hypertele.fi/5d57de5cdbd0d9f5


👤 f0e4c2f7
I don't have any art yet but I'm working on a procedurally generated multiplayer VR space FPS using Unreal engine and it has been the most excited I've been since I found out about Linux 20 years ago.

It's hard, weird, and extremely fun.


👤 Leftium
I'm implementing Bret Victor's Inventing on Principle[1] in JS with Pixi.js and Vite (might switch to SvelteKit). Immutable data structures with Immer.

Right now, I have ported two Pixi.js examples so they update instantly without losing state. I'm also using Immer so I can add a slider for history (and future trails) without much more effort.

[1]: https://youtu.be/PUv66718DII?t=760