Anashel-RPG/ev2090

10Stars on the repository
2Mods indexed here, across every type
5mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

cursorrules

01

Anashel-RPG/ev2090

Cursor rule Cursor

NEVER import React in any file under engine/. NEVER import Three.js in any file under components/. The engine is pure Three.js. React and the engine communicate only through GameCanvasHandle (imperative ref in GameCanvas.tsx). The engine pushes GameState to React at 20fps via a subscribe callback. When a component…

10 5mo ago A 1,052 tokens original MIT