A typescript library for my personal 2.5d browser game dev expriments based on three.js
npm install spearwolf-js
A typescript library for my personal 2.5d browser game dev experiments based on three.js
You will need Node.js version v10+.
After cloning the repo, run:
``sh`
$ npm install
To run all tests:
`sh`
$ npm test
To start the examples, run:
`sh``
$ npm start