Bitcoin Forum

Bitcoin => Project Development => Topic started by: someguy123 on June 06, 2012, 04:03:43 AM



Title: [ANNOUNCE] Satoshi Dice simulator (includes martingale bot simulator)
Post by: someguy123 on June 06, 2012, 04:03:43 AM
https://github.com/Someguy123/satoshidice-php

This was just something I've quickly set up, everything you need to know is in the README, and the code is (mostly) documented in comments aswell.

function.php contains the PHP version of the number generator that satoshidice uses, aswell as a game simulator that uses that function.
simulator.php is a martingale bot that uses the function.php dice simulator and is mostly customizable.

Released under UNLICENSE (public domain) so you can use it in any way you want to without issues :)