Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Latest commit

 

History

History
executable file
·
17 lines (11 loc) · 564 Bytes

File metadata and controls

executable file
·
17 lines (11 loc) · 564 Bytes

Splat ECS Starter Project

A sample starter game using splat-ecs

Get started

  1. Fork this repo & clone it to your computer
  2. Install Node.js
  3. Run npm install inside the project folder
  4. Run npm start inside the project folder
  5. Navigate to localhost:4000 in your browser

Sharing your game

  1. Run npm run build inside the project folder
  2. Zip and distribute build folder - or - Rename, upload, and serve build directory from your website