Procedurally generated train network simulation http://transport.hallada.net

Tyler Hallada 46aba476ed Hide train sprites initially to avoid flash 6 years ago
img Improve prod build. Add screenshot to readme. 6 years ago
src Hide train sprites initially to avoid flash 6 years ago
typings Use image sprite for trains 6 years ago
.eslintrc.js Initial commit: webpack building a blank canvas 6 years ago
.gitignore Initial commit: webpack building a blank canvas 6 years ago
CNAME Keep CNAME on master, copy it on build to deploy 6 years ago
LICENSE.txt Initial commit: webpack building a blank canvas 6 years ago
README.md Improve prod build. Add screenshot to readme. 6 years ago
index.html Initial commit: webpack building a blank canvas 6 years ago
package-lock.json Rework Line gen, add stats & viewport 6 years ago
package.json Keep CNAME on master, copy it on build to deploy 6 years ago
tsconfig.json Use image sprite for trains 6 years ago
tslint.json Add TypeScript, generate stations and a line 6 years ago
webpack.config.js Improve prod build. Add screenshot to readme. 6 years ago

README.md

Transport

Work-in-progress procedurally generated train network simulation written in Typescript with PixiJs.

Screenshot of simulation

Development

Clone the repo and then run:

npm install
npm start

Then visit http://localhost:8888 in your browser to view the development build. Edit files in /src and see the changes reflected in the browser.

Test

No tests right now. But, to run lint checks:

npm run lint

Deploy

Run:

npm run build
npm run deploy