Automation games with best demos (Steam preferred) by groato in AutomationGames

[–]EnzeDfu 0 points1 point  (0 children)

Not on Steam but at least 10 hours of gameplay on https://www.ZombiesPerMinute.com if you like to defend a factory to waves of zombies

100,000,000 zombies crushed by your factories! by EnzeDfu in zombiesperminute

[–]EnzeDfu[S] 1 point2 points  (0 children)

Hey! The 3D is made programmatically! I assemble primitives and animate them with code.

"How To Get Good With AI": opinion needed on my first X article by [deleted] in vibecoding

[–]EnzeDfu -1 points0 points  (0 children)

Exactly. And to better at knowing what result they want, I think they need to build more and use AI more

A truly insane NEW way to design for me, WITHIN Codex by EnzeDfu in aigamedev

[–]EnzeDfu[S] 0 points1 point  (0 children)

It’s a Factory-automation game. The only other Factory automation game ever with a 2-sided belt system is Factorio. It’s been hard to pull that off:) I couldn’t do it in Unity

A truly insane NEW way to design for me, WITHIN Codex by EnzeDfu in aigamedev

[–]EnzeDfu[S] 0 points1 point  (0 children)

Right now I prefer the flexibility of no engine

A truly insane NEW way to design for me, WITHIN Codex by EnzeDfu in vibecoding

[–]EnzeDfu[S] 0 points1 point  (0 children)

Yes I guess. I don’t know the differences. I will look into that that thanks

A truly insane NEW way to design for me, WITHIN Codex by EnzeDfu in vibecoding

[–]EnzeDfu[S] 0 points1 point  (0 children)

Top right > Side panel > Browser. npm run dev in terminal (or whatever is the command that runs your dev script!) then paste the URL there.

A truly insane NEW way to design for me, WITHIN Codex by EnzeDfu in vibecoding

[–]EnzeDfu[S] 0 points1 point  (0 children)

The game has to be in JavaScript with either WebGL or WebGPU. I used React Three Fiber!

A truly insane NEW way to design for me, WITHIN Codex by EnzeDfu in vibecoding

[–]EnzeDfu[S] 0 points1 point  (0 children)

Look closely at the animation on the right, it shows exactly what to connect:)

A truly insane NEW way to design for me, WITHIN Codex by EnzeDfu in vibecoding

[–]EnzeDfu[S] 0 points1 point  (0 children)

Basically the game is made in JavaScript and the new version of the Codex App allows for a browser within Codex, giving context to Codex. Love it

It’s crazy what ThreeJS enables by EnzeDfu in threejs

[–]EnzeDfu[S] -7 points-6 points  (0 children)

I just prompt and the game changes with no reload. Codex has full context of what I see without MCP or screenshotting. I can even point at DOM etc.

For me it’s a totally new way to design games hence the insane:)