Jump to content

Small typos in /provably-fair/game-events.


enebz

Featured Comment

Posted

If you go to the Plinko section, you will se a typo here:
```

const DIRECTIONS = [ left, right ];
const direction = CARDS[Math.floor(float * 2)];

```
In the second line of code, the array CARDS is undefined and should be replaced with DIRECTIONS.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

Privacy Policy Terms of Use