block by redblobgames 4ecb85002496af90b0eee73db5bcf833

LLM-generated MMO

I gave gemini 2.5 the prompt

write a tank-based combat mmo in javascript with both the server and client portions

I saved the gemini output in LLM-OUTPUT.md

It told me some libraries to install/download, so I did.

There were only minor bugs (player.setVelocity and player.setAngularVelocity should be player.body.*)

public slash index.html

public slash game.js

public slash style.css

server.js