Josema

Results 12 issues of Josema

package.json `"testbabel": "babel-tape-runner test/es6/*",` ``` npm i --save-dev babel-tape-runner npm i --save-dev babel-preset-es2015 ``` .babelrc ``` { "presets": ["es2015"] } ``` ``` /mnt/c/Users/enzo/drive/projects/dop/node_modules/@babel/core/lib/config/config-descriptors.js:178 throw new Error(`Plugin/Preset files are not allowed...

Hello, can i set what cells are diagonable? Is that possible with PathFinding? Or just is true or false for everything?

In my game, I have two types of obstacles. Walls and Units/soldiers. Units can be diagonally crossed, but walls can't. So I have to implement my own `checkAdjacentNode` or `isTileWalkable`...

My code: ```js // App.js import { setJSExceptionHandler, setNativeExceptionHandler } from 'react-native-exception-handler' const errorHandler = (e, isFatal) => { if (isFatal) { Alert.alert( 'Unexpected error occurred', ` Error: ${isFatal ?...

Is there any options to browserify less code. Using just AES encryption I got a 300kb min file. Maybe using rollup or loading sub modules `require('crypto/aes')`.

When building with webpack I have this issue: Just this line in my code: `import Instascan from 'instascan'` ``` ERROR in ./node_modules/instascan/src/zxing.js Module not found: Error: Can't resolve 'fs' in...

Hi, can you provide a backtest example?

enhancement

Is it possible to upgrade this module to use the latest version of three.js?

Hi, nice library. Would be great if you create an npm package for it.