Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
RailSim is a [Devvit](https://www.npmjs.com/package/devvit) app that uses three.js to render a simple train simulation for Reddit. The actual project lives inside the `railsim/` directory.
Sign in to like and favorite skills
RailSim is a Devvit app that uses three.js to render a simple train simulation for Reddit. The actual project lives inside the
railsim/ directory.
railsim/src/main.js – entry module exporting initRailSim(container); returns dispose() for cleanup.railsim/package.json – NPM scripts and three.js dependency.railsim/devvit.yaml – minimal Devvit configuration.RESEARCH.md – background notes and useful references.cd railsimnpm installnpm test (no tests yet; this will report "no test specified")npm run dev to launch a playtest session.
npx devvit login outside the container.OrbitControls.Three styles were evaluated:
We will use the milestone-based approach so each iteration delivers a cohesive feature set and provides natural checkpoints for review.
README.