Template·three·v1.0.0·ISC

Singularity Run

Singularity Run — a Three.js starter mirrored from OpusGameLabs/game-creator.

#template#three#singularity#run

Install

npx create-gamecn my-game --template singularity-run

Source preview

Compatibility

Engines
three >=0.160.0
Frameworksvanilla
Languagesjavascript
Bundlersvite
Platformsweb, mobile-web

Files installed

  • .gitignore
  • index.html
  • package.json
  • src/audio/AudioBridge.js
  • src/audio/AudioManager.js
  • src/audio/music.js
  • src/audio/sfx.js
  • src/core/Constants.js
  • src/core/EventBus.js
  • src/core/Game.js
  • src/core/GameState.js
  • src/gameplay/ObstacleManager.js
  • src/gameplay/Player.js
  • src/level/LevelBuilder.js
  • src/main.js
  • src/systems/InputSystem.js
  • src/systems/MatrixRain.js
  • src/systems/ParticleEffects.js
  • src/systems/TrailEffect.js
  • src/ui/Menu.js
  • vite.config.js
  • gamecn.json