Skip to content

Files

Latest commit

 

History

History
17 lines (11 loc) · 564 Bytes

README.md

File metadata and controls

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